优化固定模块ID

This commit is contained in:
zjl 2024-12-13 15:36:31 +08:00
parent 22c9f916f5
commit 0355f89ca8
12 changed files with 32 additions and 7 deletions

View File

@ -2,6 +2,12 @@ import { h } from 'vue';
import { ElTag } from 'element-plus';
export const columns = [
{
label: 'ID',
prop: 'id',
fixed: 'left',
width: 50,
},
{
label: '文章标题',
prop: 'title',

View File

@ -2,6 +2,12 @@ import { h } from 'vue';
import { ElTag } from 'element-plus';
export const columns2 = [
{
label: 'ID',
prop: 'id',
fixed: 'left',
width: 50,
},
{
label: '通知标题',
prop: 'title',

View File

@ -5,13 +5,17 @@ export const columns = [
{
label: 'ID',
prop: 'id',
fixed: 'left',
width: 50,
},
{
label: '字典名称',
prop: 'name',
width: 100,
},
{
label: '字典编码',
prop: 'code',
width: 100,
},
];

View File

@ -8,7 +8,8 @@ export const columns = [
{
label: 'ID',
prop: 'id',
width: 100,
fixed: 'left',
width: 50,
},
{
label: '通知标题',

View File

@ -8,7 +8,8 @@ export const columns = [
{
label: 'ID',
prop: 'id',
width: 100,
fixed: 'left',
width: 50,
},
{
label: '参数名称',

View File

@ -8,7 +8,8 @@ export const columns = [
{
label: 'ID',
prop: 'id',
width: 80,
fixed: 'left',
width: 50,
},
{
label: '职级名称',

View File

@ -8,6 +8,7 @@ export const columns = [
{
label: 'ID',
prop: 'id',
fixed: 'left',
width: 100,
},
{

View File

@ -8,6 +8,7 @@ export const columns = [
{
label: 'ID',
prop: 'id',
fixed: 'left',
width: 100,
},
{

View File

@ -8,7 +8,8 @@ export const columns = [
{
label: 'ID',
prop: 'id',
width: 100,
fixed: 'left',
width: 50,
},
{
label: '岗位名称',

View File

@ -8,7 +8,8 @@ export const columns = [
{
label: 'ID',
prop: 'id',
width: 100,
fixed: 'left',
width: 50,
},
{
label: '角色名称',

View File

@ -8,7 +8,8 @@ export const columns = [
{
label: 'ID',
prop: 'id',
width: 100,
fixed: 'left',
width: 50,
},
{
label: '租户名称',

View File

@ -8,7 +8,8 @@ export const columns = [
{
label: 'ID',
prop: 'id',
width: 100,
fixed: 'left',
width: 50,
},
{
label: '登录账号',