From e4be5ba9eea9fe8408f3a7048a315b3767b33f49 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 23 二月 2024 09:54:38 +0800 Subject: [PATCH] mrshi --- company/src/components/business/OperaInsuranceApplyWindow.vue | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/company/src/components/business/OperaInsuranceApplyWindow.vue b/company/src/components/business/OperaInsuranceApplyWindow.vue index d934f28..0920d80 100644 --- a/company/src/components/business/OperaInsuranceApplyWindow.vue +++ b/company/src/components/business/OperaInsuranceApplyWindow.vue @@ -267,6 +267,7 @@ <span :class="'change-status'+row.status" v-if="row.status === 2">宸茬敓鏁�</span> <span :class="'change-status'+row.status" v-if="row.status === 3 || row.status === 4">鐢宠閫�鍥�</span> <span :class="'change-status'+row.status" v-if="row.status === 5 || row.status === 8">宸查��鍥�</span> + <span :class="'change-status'+row.status" v-if="row.status === 6">宸插叧闂�</span> </template> </el-table-column> <el-table-column @@ -291,7 +292,7 @@ </el-table-column> <el-table-column :key="Math.random()" - prop="startTime" + prop="applyStartTime" label="鎵瑰崟鐢熸晥璧锋湡"> </el-table-column> <el-table-column @@ -320,6 +321,7 @@ <span :class="'change-status'+row.status" v-if="row.status === 2">宸茬敓鏁�</span> <span :class="'change-status'+row.status" v-if="row.status === 3 || row.status === 4">鐢宠閫�鍥�</span> <span :class="'change-status'+row.status" v-if="row.status === 5 || row.status === 8">宸查��鍥�</span> + <span :class="'change-status'+row.status" v-if="row.status === 6">宸插叧闂�</span> </template> </el-table-column> <el-table-column @@ -339,7 +341,7 @@ </el-table-column> <el-table-column :key="Math.random()" - prop="startTime" + prop="applyStartTime" label="鎵瑰崟鐢熸晥璧锋湡"> </el-table-column> <el-table-column @@ -457,7 +459,7 @@ endTimeS: '', startTimeE: '', startTimeS: '', - types: '' + type: '' }, visible1: false, visible2: false, @@ -504,7 +506,7 @@ this.formInline.endTimeS = '' this.formInline.startTimeE = '' this.formInline.startTimeS = '' - this.formInline.types = '' + this.formInline.type = '' this.activeName = '0' this.getDetail() this.getList() @@ -622,7 +624,7 @@ endTimeS: this.formInline.endTimeS, startTimeE: this.formInline.startTimeE, startTimeS: this.formInline.startTimeS, - types: this.formInline.types + type: this.formInline.type } }).then(response => { this.download(response) @@ -664,7 +666,7 @@ status: this.formInline.applyStatus, endTimeE: this.formInline.endTimeS, endTimeS: this.formInline.startTimeS, - types: this.formInline.types + type: this.formInline.type } }).then(res => { if (this.activeName === '1') { @@ -685,9 +687,9 @@ handleClick(e) { this.activeName = e.index if (e.index === '1') { - this.formInline.types = 0 + this.formInline.type = 0 } else if (e.index === '2') { - this.formInline.types = 1 + this.formInline.type = 1 } this.resetting() }, -- Gitblit v1.9.3