fix: 元素库去除多余表头
This commit is contained in:
parent
c3a0fb6eb9
commit
e4ab125820
|
@ -255,12 +255,11 @@ export let CUSTOM_TABLE_HEADER = {
|
||||||
ELEMENT_LIST: [
|
ELEMENT_LIST: [
|
||||||
{id: 'num', key: '1', label: 'ID'},
|
{id: 'num', key: '1', label: 'ID'},
|
||||||
{id: 'name', key: '2', label: '元素名称'},
|
{id: 'name', key: '2', label: '元素名称'},
|
||||||
{id: 'modulePath', key: '3', label: '所属模块'},
|
{id: 'locationType', key: '3', label: '定位类型'},
|
||||||
{id: 'locationType', key: '4', label: '定位类型'},
|
{id: 'location', key: '4', label: '元素定位'},
|
||||||
{id: 'location', key: '5', label: '元素定位'},
|
{id: 'createUser', key: '5', label: '创建人'},
|
||||||
{id: 'createUser', key: '6', label: '创建人'},
|
{id: 'createTime', key: '6', label: 'commons.create_time'},
|
||||||
{id: 'createTime', key: '7', label: 'commons.create_time'},
|
{id: 'updateTime', key: '7', label: 'commons.update_time'},
|
||||||
{id: 'updateTime', key: '8', label: 'commons.update_time'},
|
|
||||||
],
|
],
|
||||||
|
|
||||||
//空间配额
|
//空间配额
|
||||||
|
|
Loading…
Reference in New Issue