diff --git a/src/assets/css/global.css b/src/assets/css/global.css
new file mode 100644
index 0000000..42871c3
--- /dev/null
+++ b/src/assets/css/global.css
@@ -0,0 +1,11 @@
+.el-table .warning-row {
+ background: rgb(240, 125, 125);
+}
+
+.el-table .refuse-row {
+ background: rgb(192, 192, 192);
+}
+
+.el-table .purple-row {
+ background: rgb(255, 0, 255);
+}
\ No newline at end of file
diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue
index 51e5bc9..3a07ea4 100644
--- a/src/components/doctorCheck/CheckItemList.vue
+++ b/src/components/doctorCheck/CheckItemList.vue
@@ -1,42 +1,21 @@
-
+
-
+ " :autosize="{ minRows: 1, maxRows: 100 }" />
-
+
@@ -56,10 +35,10 @@ export default {
};
},
- created() {},
+ created() { },
//挂载完成
- mounted() {},
+ mounted() { },
computed: {
...mapState(["window", "dict", "doctorCheck"]),
@@ -134,16 +113,13 @@ export default {
},
};
-
diff --git a/src/components/patientRegister/PatientRegisterItem.vue b/src/components/patientRegister/PatientRegisterItem.vue
index 16edb50..8455b5e 100644
--- a/src/components/patientRegister/PatientRegisterItem.vue
+++ b/src/components/patientRegister/PatientRegisterItem.vue
@@ -9,7 +9,7 @@
-
@@ -188,11 +188,14 @@ export default {
return moment(new Date(date)).format(forMat);
},
- tableRowClassName(){
+ tableRowClassName({row, rowIndex}){
+ //console.log(row)
if (row.groupPackageId) {
- return 'warning-row'; //分组或套餐
- }
- return '';
+ //console.log('row.groupPackageId',row.groupPackageId)
+ return 'purple-row'; //分组或套餐
+ }else{
+ return '';
+ }
},
//保存按钮
// [
@@ -800,6 +803,8 @@ export default {
};
diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue
index 53a2681..3d3c790 100644
--- a/src/components/patientRegister/PatientRegisterList.vue
+++ b/src/components/patientRegister/PatientRegisterList.vue
@@ -225,6 +225,60 @@
+
+
+
+
+ 批量调整分组只针对单位体检有效,个人体检将忽略此操作;不能调整已收费或已检的项目及已总检的体检人员。
+
+
+
增加项目
+ 删除项目
+
+
+
如果删除项目属于分组则删除体检记录信息的分组设置
+
+
+
直接录入
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+