소스 검색

Merge remote-tracking branch 'origin/master'

ZaiZai 1 년 전
부모
커밋
55547241e9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/patrol/safe.vue

+ 2 - 2
src/views/patrol/safe.vue

@@ -18,8 +18,8 @@
                 </template>
                 <template #action="{ row }">
                     <el-link v-if="row.submitRectify == 2 && row.isRectify == 1" type="primary" @click="reviewRow(row)">复核</el-link>
-                    <el-link type="primary" :disabled="row.isRectify === 3" @click="updateRow(row)">修改</el-link>
-                    <el-link type="primary" :disabled="row.isRectify === 3" @click="delRow(row)">删除</el-link>
+                    <el-link type="primary" :disabled="row.submitRectify === '2'" @click="updateRow(row)">修改</el-link>
+                    <el-link type="primary" :disabled="row.submitRectify === '2'" @click="delRow(row)">删除</el-link>
                 </template>
             </HcTable>
             <template #action>