|
@@ -174,6 +174,7 @@ const state = reactive({
|
|
|
{label: '账户名', prop: 'accountName', resizable: true},
|
|
{label: '账户名', prop: 'accountName', resizable: true},
|
|
|
{label: '银行卡号', prop: 'bankCardNo', resizable: true, width: 180},
|
|
{label: '银行卡号', prop: 'bankCardNo', resizable: true, width: 180},
|
|
|
{label: '开户行名称', prop: 'bankName', resizable: true, width: 180},
|
|
{label: '开户行名称', prop: 'bankName', resizable: true, width: 180},
|
|
|
|
|
+ {label: '税号', prop: 'taxNo', resizable: true, width: 180},
|
|
|
// {label: '备注', prop: 'remark', resizable: true},
|
|
// {label: '备注', prop: 'remark', resizable: true},
|
|
|
{label: '状态', prop: 'status', sortable: 'custom', align: 'center'},
|
|
{label: '状态', prop: 'status', sortable: 'custom', align: 'center'},
|
|
|
{label: '创建时间', prop: 'createTime', sortable: 'custom', resizable: true, width: 180},
|
|
{label: '创建时间', prop: 'createTime', sortable: 'custom', resizable: true, width: 180},
|