优化字典、配置模块

This commit is contained in:
zjl 2024-12-18 15:21:11 +08:00
parent e45d035825
commit 74d1d9e860
2 changed files with 16 additions and 4 deletions

View File

@ -1,17 +1,21 @@
import { h } from 'vue';
export const columns = [
{
title: 'ID',
dataIndex: 'id',
fixed: 'left',
width: 50,
},
{
title: '配置名称',
dataIndex: 'name',
width: 100,
},
{
title: '配置编码',
dataIndex: 'code',
},
{
title: '排序',
dataIndex: 'sort',
width: 200,
},
{
title: '操作',

View File

@ -1,13 +1,21 @@
import { h } from 'vue';
export const columns = [
{
title: 'ID',
dataIndex: 'id',
fixed: 'left',
width: 50,
},
{
title: '字典名称',
dataIndex: 'name',
width: 100,
},
{
title: '字典编码',
dataIndex: 'code',
width: 200,
},
{
title: '操作',