src/views/financialManagement/payable/reconciliation.vue
@@ -56,7 +56,7 @@ </template> <template #operation="{ row }"> <el-button type="primary" link @click="viewDetail(row)">查看明细</el-button> <el-button type="danger" link @click="handleDelete(row)">删除</el-button> <el-button type="danger" link @click="handleDelete(row)" v-hasPermi="['financialManagement:payableReconciliation:remove']">删除</el-button> </template> </PIMTable> </div>