lisy 4 mesi fa
parent
commit
7531c59a33
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      src/views/training/models/meeting-detail-attend.vue

+ 3 - 2
src/views/training/models/meeting-detail-attend.vue

@@ -183,8 +183,9 @@
             </vxe-column>
             <vxe-column v-if="form?.conditions?.totalCheck == '1'" title="审核状态" min-width="100" fixed="right">
                 <template #default="{ row }">
-                    <div class="d-flex a-c">
-                        <DictTag :class="{ 'c-red': row?.res === '0' }" :options="cpy_res_status" :value="row?.resShow" />
+                    <div v-if="row?.res == '3'||row?.res == '4'||row?.res == '5'">{{ '-' }}</div>
+                    <div v-else class="d-flex a-c">
+                        <DictTag :class="{ 'c-red': row?.res === '0' }" :options="cpy_res_status" :value="row?.res" />
                         <el-tooltip class="box-item" effect="dark" :content="row?.msg" placement="top">
                             <el-icon v-show="row?.res == '2'">
                                 <QuestionFilled />