优化配置
This commit is contained in:
parent
0a9e6a9b4d
commit
bed4eb179d
@ -20,17 +20,17 @@ export const columns = [
|
||||
{
|
||||
title: '配置项编码',
|
||||
key: 'code',
|
||||
width: 100,
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: '配置项值',
|
||||
key: 'value',
|
||||
width: 100,
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: '配置项类型',
|
||||
key: 'type',
|
||||
width: 100,
|
||||
width: 150,
|
||||
render(record) {
|
||||
let typeText = '';
|
||||
switch (record.type) {
|
||||
|
Loading…
Reference in New Issue
Block a user