Skip to content

Commit

Permalink
fix: fix payments columns title customer -> supplier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Dec 3, 2023
1 parent 4c4ea62 commit 4855899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/financial/payment/payment.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {getOperatorList} from "@/api/basic/operator";

export const columns: BasicColumn[] = [
{
title: '客户',
title: '供应商',
dataIndex: 'supplierName',
width: 120,
},
Expand Down

0 comments on commit 4855899

Please sign in to comment.