duy 1 year ago
parent
commit
22c644222d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/debit-pay/material/periods.vue

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

@@ -63,7 +63,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" />
                     </template>
                     <template #action="{ row, index }">
-                        <el-button plain size="small" type="danger" :disabled="row?.isLock === 1" @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>