@@ -195,13 +199,13 @@
-
+
-
+
-
+
-
- 提交
+
+ 取消
+ 保存
@@ -226,7 +231,7 @@
-
@@ -240,31 +245,33 @@
-
- 提交
+
+ 取消
+ 保存
-
+
-
-
-
+
+
+
{{ personTypeEnum[row.personType] }}
-
+
{{ row.personType == 1 ? row.teamName : row.personType == 2 ? row.departmentName : '' }}
-
+
-
+
+
@@ -452,6 +459,7 @@ export default {
this.loading = true;
this.queryParams.projectSn = this.projectSn;
workerList(this.queryParams).then(res => {
+ console.log('=========找图片',res)
this.userList = res.result.records;
this.total = res.result.total
this.loading = false;
@@ -607,6 +615,13 @@ export default {
this.submitVaccineForm()
}
},
+ // 取消按钮
+ submitCancel(){
+ this.cancel();
+ },
+ submitCancel2(){
+ this.cancel();
+ },
/** 核酸提交按钮 */
submitNucleicAcidForm: function() {
this.$refs['nucleicAcidForm'].validate(valid => {
@@ -676,6 +691,25 @@ export default {
height: calc(100% - 200px);
.cell-height {
height: 80px !important;
+ .health-code {
+ &.empty-code {
+ background-color: #f0f0f0;
+ color: #999;
+ }
+ &.green-code {
+ background-color: #edf7e8;
+ color: #58B024;
+ }
+ &.yellow-code {
+ background-color: #fcf7e5;
+ color: #FFCA00;
+ }
+ &.red-code {
+ background-color: #fbecec;
+ color: #B02424;
+ }
+ }
+
}
.label {
color: #737996;
@@ -704,41 +738,12 @@ export default {
display: flex;
flex-direction: column;
justify-content: space-around;
- .top {
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-left: 10px;
- .user-name {
+ .user-name {
font-size: 15px;
font-weight: bold;
white-space: nowrap;
color: #5181F6;
}
- .health-code {
- display: grid;
- place-items: center;
- width: 42px;
- height: 25px;
- &.empty-code {
- background-color: #f0f0f0;
- color: #999;
- }
- &.green-code {
- background-color: #edf7e8;
- color: #58B024;
- }
- &.yellow-code {
- background-color: #fcf7e5;
- color: #FFCA00;
- }
- &.red-code {
- background-color: #fbecec;
- color: #B02424;
- }
- }
- }
.user-info-bottom {
display: flex;
justify-content: space-between;