Commit 2e8beb86 by zhouqian

Merge branch 'development-202206' into 'development-202206'

前端数据显示修改

See merge request !4
parents 7d8566ef fb761042
...@@ -229,16 +229,16 @@ export default { ...@@ -229,16 +229,16 @@ export default {
ptyData: [], ptyData: [],
ptyColumns: [ ptyColumns: [
{ label: '客户号', prop: 'extkey', width: '120' }, { label: '客户号', prop: 'extkey', width: '120' },
{ label: '中文名称', prop: '', width: '150' }, { label: '中文名称', prop: 'nam1', width: '150' },
{ label: 'Name', prop: 'nam', width: '200' }, { label: 'Name', prop: 'nam', width: '200' },
{ label: '客户类别', prop: 'idtype', width: '100' }, { label: '客户类别', prop: 'idtype', width: '100' },
{ label: 'Street', prop: '', width: '200' }, { label: 'Street', prop: 'str', width: '200' },
{ label: '支行名称', prop: '', width: '98' }, { label: '支行名称', prop: 'bchname', width: '98' },
{ label: 'ZIP', prop: '', width: '98' }, { label: 'ZIP', prop: 'loczip', width: '98' },
{ label: '支行行号', prop: '', width: '200' }, { label: '支行行号', prop: 'branch', width: '200' },
{ label: 'City', prop: '', width: '120' }, { label: 'City', prop: 'loctxt', width: '120' },
{ label: '组织机构代码', prop: '', width: '200' }, { label: '组织机构代码', prop: 'juscod', width: '200' },
{ label: 'BIC', prop: '', width: '70' }, { label: 'BIC', prop: 'bic', width: '70' },
{ label: '统一社会信用代码', prop: 'idcode', width: '200' }, { label: '统一社会信用代码', prop: 'idcode', width: '200' },
{ label: '交易主体', prop: 'trnman', width: '98' }, { label: '交易主体', prop: 'trnman', width: '98' },
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment