liuhj 3 日 前
コミット
6e448965e4
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/components/OP/DepartProcessList.vue

+ 1 - 1
src/components/OP/DepartProcessList.vue

@@ -210,7 +210,7 @@
                     </div>
                 </el-card>
                 <span slot="footer" class="dialog-footer">
-                    <el-button type="primary" v-if="!isReview" @click="SubmitWorkTaskNotRecord">无记录通过</el-button>
+                    <el-button type="primary" v-if="isReview" @click="SubmitWorkTaskNotRecord">无记录通过</el-button>
                     <div>
                         <el-button @click="dialogVisible = false">取 消</el-button>
                         <el-button type="primary" @click="submitForm(isReview)">确 定</el-button>