优化固定模块ID
This commit is contained in:
parent
22c9f916f5
commit
0355f89ca8
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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,
|
||||
},
|
||||
];
|
||||
|
@ -8,7 +8,8 @@ export const columns = [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
width: 100,
|
||||
fixed: 'left',
|
||||
width: 50,
|
||||
},
|
||||
{
|
||||
label: '通知标题',
|
||||
|
@ -8,7 +8,8 @@ export const columns = [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
width: 100,
|
||||
fixed: 'left',
|
||||
width: 50,
|
||||
},
|
||||
{
|
||||
label: '参数名称',
|
||||
|
@ -8,7 +8,8 @@ export const columns = [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
width: 80,
|
||||
fixed: 'left',
|
||||
width: 50,
|
||||
},
|
||||
{
|
||||
label: '职级名称',
|
||||
|
@ -8,6 +8,7 @@ export const columns = [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
fixed: 'left',
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
|
@ -8,6 +8,7 @@ export const columns = [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
fixed: 'left',
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
|
@ -8,7 +8,8 @@ export const columns = [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
width: 100,
|
||||
fixed: 'left',
|
||||
width: 50,
|
||||
},
|
||||
{
|
||||
label: '岗位名称',
|
||||
|
@ -8,7 +8,8 @@ export const columns = [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
width: 100,
|
||||
fixed: 'left',
|
||||
width: 50,
|
||||
},
|
||||
{
|
||||
label: '角色名称',
|
||||
|
@ -8,7 +8,8 @@ export const columns = [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
width: 100,
|
||||
fixed: 'left',
|
||||
width: 50,
|
||||
},
|
||||
{
|
||||
label: '租户名称',
|
||||
|
@ -8,7 +8,8 @@ export const columns = [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
width: 100,
|
||||
fixed: 'left',
|
||||
width: 50,
|
||||
},
|
||||
{
|
||||
label: '登录账号',
|
||||
|
Loading…
Reference in New Issue
Block a user