gaoluyang
2026-08-06 377c0a70c094d024aeb0bb94f4b791c6d5530c1e
src/views/financialManagement/receivable/reconciliation.vue
@@ -52,7 +52,7 @@
        <template #operation="{ row }">
          <el-button type="primary" link @click="viewDetail(row)">查看明细</el-button>
          <!-- <el-button type="primary" link @click="printStatement(row)">打印</el-button> -->
          <el-button type="danger" link @click="handleDelete(row)">删除</el-button>
          <el-button type="danger" link @click="handleDelete(row)" v-hasPermi="['financialManagement:receivableReconciliation:remove']">删除</el-button>
        </template>
      </PIMTable>
    </div>