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

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

@@ -183,7 +183,7 @@
             </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" v-if="row?.res == '3'||row?.res == '4'||row?.res == '5'">
+                    <div class="d-flex a-c">
                         <DictTag :class="{ 'c-red': row?.res === '0' }" :options="cpy_res_status" :value="row?.resShow" />
                         <el-tooltip class="box-item" effect="dark" :content="row?.msg" placement="top">
                             <el-icon v-show="row?.res == '2'">
@@ -191,7 +191,6 @@
                             </el-icon>
                         </el-tooltip>
                     </div>
-                    <div v-else>{{ '-' }}</div>
                 </template>
             </vxe-column>
             <vxe-column v-if="form?.conditions?.totalCheck == '1' || form?.meetingCharge?.hasFee == '1'" title="操作" width="250" align="center" fixed="right">
@@ -236,7 +235,7 @@
     <el-dialog v-model="modiFication" title="修改费用金额" width="300" center>
         <div class="d-flex a-c">
             <span class="flex1" style="white-space: nowrap;">参会费用:</span>
-            <el-input v-model="(participationFee)" placeholder="请填写费用金额" type="number"/>
+            <el-input v-model="(participationFee)" placeholder="请填写费用金额" type="number" />
         </div>
         <template #footer>
             <div class="dialog-footer">