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