宽度
This commit is contained in:
parent
33362c04db
commit
ea377d76b1
@ -238,11 +238,13 @@ const columns = ref([
|
|||||||
title: '省份',
|
title: '省份',
|
||||||
dataIndex: 'expertProvName',
|
dataIndex: 'expertProvName',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
|
width: 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '城市',
|
title: '城市',
|
||||||
dataIndex: 'expertCityName',
|
dataIndex: 'expertCityName',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
|
width: 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '医院',
|
title: '医院',
|
||||||
@ -297,10 +299,10 @@ const columns = ref([
|
|||||||
width: 100
|
width: 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'审核数',
|
title:'审核次数',
|
||||||
dataIndex:'examineNum',
|
dataIndex:'examineNum',
|
||||||
ellipsis:true,
|
ellipsis:true,
|
||||||
width: 60
|
width: 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'结算时间',
|
title:'结算时间',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user