优化配置

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: '配置项编码',
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) {