优化配置

This commit is contained in:
zjl 2024-12-12 11:05:42 +08:00
parent 0a9e6a9b4d
commit bed4eb179d

View File

@ -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) {