lisy пре 5 месеци
родитељ
комит
8855d16def
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/training/models/meeting-detail-attend.vue

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

@@ -111,8 +111,8 @@
             </vxe-column>
             <vxe-column v-if="form?.conditions?.totalCheck == '1'" title="操作" width="250" align="center" fixed="right">
                 <template #default="{ row }">
-                    <el-button type="danger" size="small" v-if="row?.res !== '0' || row?.signInFlag !=='1'" @click="openDialog(row)" style="color: white">重审</el-button>
-                    <el-button size="small" color="#33aeeb" @click="openDialog(row)" style="color: white" v-else>审核</el-button>
+                    <el-button type="danger" size="small" v-if="row?.res !== '0' && row?.signInFlag !=='1'" @click="openDialog(row)" style="color: white">重审</el-button>
+                    <el-button size="small" color="#33aeeb" @click="openDialog(row)" style="color: white" v-if="row?.res == '0'">审核</el-button>
                 </template>
             </vxe-column>
         </vxe-table>