diff --git a/dist.zip b/dist.zip index 93fb482e..8f1806cd 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/views/projectFront/laborManage/EpidemicPrevention/index.vue b/src/views/projectFront/laborManage/EpidemicPrevention/index.vue index 4cc6558f..f40ed334 100644 --- a/src/views/projectFront/laborManage/EpidemicPrevention/index.vue +++ b/src/views/projectFront/laborManage/EpidemicPrevention/index.vue @@ -85,13 +85,13 @@
- +
{{ row.workerName }} - {{ codeStateEnum[row.codeState] }} +
- + - + - + - + - + - - - + + + - + @@ -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;