From 8932133e2ee2e5708e3506bee3d01d59bff5f1d2 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期日, 12 一月 2025 11:30:52 +0800 Subject: [PATCH] bug --- company/src/components/business/detailsEntrustedInsurance.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/company/src/components/business/detailsEntrustedInsurance.vue b/company/src/components/business/detailsEntrustedInsurance.vue index cae5e24..b93a0cc 100644 --- a/company/src/components/business/detailsEntrustedInsurance.vue +++ b/company/src/components/business/detailsEntrustedInsurance.vue @@ -202,7 +202,7 @@ <template slot-scope="{row}"> <span v-if="row.applyStatus === 0" style="color: #00BA92;">淇濋殰涓�</span> <span v-if="row.applyStatus === 1" style="color: #999;">涓嶅湪淇�</span> - <span v-if="row.applyStatus === 2" style="color: #00BA92;">寰呯敓鏁�</span> + <span v-if="row.applyStatus === 2" style="color: #f95601;">寰呯敓鏁�</span> </template> </el-table-column> <el-table-column -- Gitblit v1.9.3