19 lines
265 B
Plaintext
19 lines
265 B
Plaintext
export const columns = [
|
|
{
|
|
title: '字典名称',
|
|
dataIndex: 'label',
|
|
},
|
|
{
|
|
title: '字典值',
|
|
dataIndex: 'value',
|
|
},
|
|
{
|
|
title: '排序',
|
|
dataIndex: 'order',
|
|
},
|
|
{
|
|
title: '创建时间',
|
|
dataIndex: 'create_date',
|
|
},
|
|
];
|