QuKatie vor 3 Jahren
Ursprung
Commit
216e997908

+ 1 - 0
src/views/finance/charge/kaihe-index.vue

@@ -313,6 +313,7 @@
               type="text"
               icon="el-icon-delete"
               @click="rowDel(scope.row)"
+              :disabled="scope.row.fBillstatus > 3"
             >
               删除
             </el-button>

+ 1 - 0
src/views/finance/contrast/kaihe-index.vue

@@ -285,6 +285,7 @@
               type="text"
               icon="el-icon-delete"
               @click="rowDel(scope.row)"
+              :disabled="scope.row.fBillstatus > 3"
             >
               删除
             </el-button>

+ 1 - 0
src/views/finance/payment/kaihe-index.vue

@@ -312,6 +312,7 @@
               type="text"
               icon="el-icon-delete"
               @click="rowDel(scope.row)"
+              :disabled="scope.row.fBillstatus > 3"
             >
               删除
             </el-button>