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