Compare commits

...

2 Commits

Author SHA1 Message Date
zjl
c2c4bbfc2e Merge branch 'master' of http://111.229.35.227:3000/gitadmin/wms-elevue 2024-12-13 15:36:41 +08:00
zjl
0355f89ca8 优化固定模块ID 2024-12-13 15:36:31 +08:00
12 changed files with 32 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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