liuhj 4 天之前
父節點
當前提交
9642f8032e
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/components/OP/DepartProcessList.vue

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

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