修改列表字段
This commit is contained in:
parent
b892d57c6c
commit
24b169b6b6
|
@ -15,11 +15,6 @@ export const columns: BasicColumn[] = [
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'name'
|
dataIndex: 'name'
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// title: '地址',
|
|
||||||
// align: "center",
|
|
||||||
// dataIndex: 'address'
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
title: '状态',
|
title: '状态',
|
||||||
align: "center",
|
align: "center",
|
||||||
|
@ -93,3 +88,24 @@ export const xzrsColumns : BasicColumn[] =[
|
||||||
width: '150px',
|
width: '150px',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
export const tdzlColumns : BasicColumn[] =[
|
||||||
|
{
|
||||||
|
title: '小区名称',
|
||||||
|
dataIndex: 'name',
|
||||||
|
key: 'name',
|
||||||
|
align: 'center'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '投递重量(公斤)',
|
||||||
|
dataIndex: 'value',
|
||||||
|
key: 'value',
|
||||||
|
align: 'center'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '操作',
|
||||||
|
key: 'action',
|
||||||
|
align: 'center',
|
||||||
|
width: '150px',
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue