duy 7 ماه پیش
والد
کامیت
624970fa93
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/debit-pay/material/periods.vue

+ 1 - 1
src/views/debit-pay/material/periods.vue

@@ -66,7 +66,7 @@
                         <el-date-picker v-model="row.formPrintDate" class="block" format="YYYY-MM-DD" type="date" value-format="YYYY-MM-DD" :disabled="row.isLock === 1 || !(row.approveStatus === 0 || !row.approveStatus)" />
                     </template>
                     <template #action="{ row, index }">
-                        <el-button plain size="small" type="danger" :disabled="row.isLock === 1 || !(row.approveStatus === 0 || !row.approveStatus)" @click="delRow(row, index)">删除</el-button>
+                        <el-button plain size="small" type="danger" :disabled="row?.isLock === 1 || row?.citeStatus === 1 " @click="delRow(row, index)">删除</el-button>
                     </template>
                 </hc-table>
             </hc-card-item>