列表调整
This commit is contained in:
@@ -102,15 +102,15 @@
|
||||
colConfigs() {
|
||||
return [
|
||||
{type: "selection"},
|
||||
{ prop: 'corpId', label: 'CorpId' },
|
||||
{ prop: 'flag', align: 'center', label: '状态' },
|
||||
{ prop: 'slwUserId', align: 'center', label: '用户ID' },
|
||||
{ prop: 'slwAreaId', align: 'center', label: '地区编码' },
|
||||
{ prop: 'slwToken', align: 'center', label: 'TOKEN' },
|
||||
{ prop: 'dlbName', align: 'center', label: '大喇叭账号' },
|
||||
{ prop: 'dlbPwd', align: 'center', label: '大喇叭密码' },
|
||||
{ prop: 'dlbToken', align: 'center', label: '大喇叭Token' },
|
||||
{ prop: 'createTime', align: 'center', label: '创建时间' },
|
||||
{ prop: 'corpId', label: 'CorpId', fixed: 'left', width: 220 },
|
||||
{ prop: 'flag', align: 'center', label: '状态', fixed: 'left', width: 120 },
|
||||
{ prop: 'slwUserId', align: 'center', label: '用户ID', width: 180 },
|
||||
{ prop: 'slwAreaId', align: 'center', label: '地区编码', width: 180 },
|
||||
{ prop: 'slwToken', align: 'center', label: 'TOKEN', width: 220 },
|
||||
{ prop: 'dlbName', align: 'center', label: '大喇叭账号', width: 140 },
|
||||
{ prop: 'dlbPwd', align: 'center', label: '大喇叭密码', width: 140 },
|
||||
{ prop: 'dlbToken', align: 'center', label: '大喇叭Token', width: 180 },
|
||||
{ prop: 'createTime', align: 'center', label: '创建时间', width: 180 },
|
||||
{ slot: 'options'},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user