gaoluyang
2026-06-22 5ee2390929e041409ec1fde9829c8261fc050a33
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>