优化ID、操作栏等宽度

This commit is contained in:
zjl 2024-08-30 13:28:15 +08:00
parent 438604c387
commit ffec132bd0
21 changed files with 40 additions and 21 deletions

View File

@ -6,7 +6,8 @@ export const columns = [
}, },
{ {
label: 'ID', label: 'ID',
prop: 'id' prop: 'id',
width: 100,
}, },
{ {
label: '配置项名称', label: '配置项名称',

View File

@ -56,8 +56,9 @@ watch(
} }
) )
const actionColumn = reactive({ const actionColumn = reactive({
lable: 150, width: 200,
title: '操作', lable: "操作",
// title: '',
prop: 'action', prop: 'action',
fixed: 'right', fixed: 'right',
render(record) { render(record) {

View File

@ -4,7 +4,8 @@ export const columns = [
}, },
{ {
label: 'ID', label: 'ID',
prop: 'id' prop: 'id',
width: 100,
}, },
{ {
label: '字典名称', label: '字典名称',

View File

@ -8,7 +8,7 @@ export const columns = [
{ {
label: 'ID', label: 'ID',
prop: 'id', prop: 'id',
width: 80, width: 100,
}, },
{ {
label: '消息标题', label: '消息标题',
@ -57,5 +57,6 @@ export const columns = [
{ {
label: '创建时间', label: '创建时间',
prop: 'createTime', prop: 'createTime',
width: 180,
}, },
]; ];

View File

@ -58,7 +58,7 @@ const editVisible=ref(false)
status:'' status:''
}); });
const actionColumn = reactive({ const actionColumn = reactive({
width: 250, width: 200,
label: '操作', label: '操作',
prop: 'action', prop: 'action',
fixed: 'right', fixed: 'right',

View File

@ -7,7 +7,8 @@ export const columns = [
}, },
{ {
label: 'ID', label: 'ID',
prop: 'id' prop: 'id',
width: 100,
}, },
{ {
label: '标题', label: '标题',
@ -61,5 +62,6 @@ export const columns = [
{ {
label: '创建时间', label: '创建时间',
prop: 'createTime', prop: 'createTime',
width: 180,
}, },
]; ];

View File

@ -68,7 +68,7 @@
type:'' type:''
}); });
const actionColumn = reactive({ const actionColumn = reactive({
width: 250, width: 200,
label: '操作', label: '操作',
prop: 'action', prop: 'action',
fixed: 'right', fixed: 'right',

View File

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

View File

@ -66,7 +66,7 @@ const editVisible=ref(false)
type:'' type:''
}); });
const actionColumn = reactive({ const actionColumn = reactive({
width: 250, width: 200,
label: '操作', label: '操作',
prop: 'action', prop: 'action',
fixed: 'right', fixed: 'right',

View File

@ -62,5 +62,6 @@ export const columns = [
{ {
label: '创建时间', label: '创建时间',
prop: 'createTime', prop: 'createTime',
width: 180,
}, },
]; ];

View File

@ -58,7 +58,7 @@ const editVisible=ref(false)
fileType:'' fileType:''
}); });
const actionColumn = reactive({ const actionColumn = reactive({
width: 250, width: 200,
label: '操作', label: '操作',
prop: 'action', prop: 'action',
fixed: 'right', fixed: 'right',

View File

@ -62,7 +62,7 @@ const editVisible=ref(false)
status:'' status:''
}); });
const actionColumn = reactive({ const actionColumn = reactive({
width: 250, width: 200,
label: '操作', label: '操作',
prop: 'action', prop: 'action',
fixed: 'right', fixed: 'right',

View File

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

View File

@ -7,7 +7,8 @@ export const columns = [
}, },
{ {
label: 'ID', label: 'ID',
prop: 'id' prop: 'id',
width: 100,
}, },
{ {
label: '操作用户', label: '操作用户',
@ -67,5 +68,6 @@ export const columns = [
{ {
label: '创建时间', label: '创建时间',
prop: 'createTime', prop: 'createTime',
width: 180,
}, },
]; ];

View File

@ -56,7 +56,7 @@ const editVisible=ref(false)
status:'' status:''
}); });
const actionColumn = reactive({ const actionColumn = reactive({
width: 250, width: 200,
label: '操作', label: '操作',
prop: 'action', prop: 'action',
fixed: 'right', fixed: 'right',

View File

@ -7,7 +7,8 @@ export const columns = [
}, },
{ {
label: 'ID', label: 'ID',
prop: 'id' prop: 'id',
width: 100,
}, },
{ {
label: '日志标题', label: '日志标题',
@ -71,5 +72,6 @@ export const columns = [
{ {
label: '创建时间', label: '创建时间',
prop: 'createTime', prop: 'createTime',
width: 180,
}, },
]; ];

View File

@ -56,7 +56,7 @@ const editVisible=ref(false)
status:'' status:''
}); });
const actionColumn = reactive({ const actionColumn = reactive({
width: 250, width: 200,
label: '操作', label: '操作',
prop: 'action', prop: 'action',
fixed: 'right', fixed: 'right',

View File

@ -7,7 +7,8 @@ export const columns = [
}, },
{ {
label: 'ID', label: 'ID',
prop: 'id' prop: 'id',
width: 100,
}, },
{ {
label: '岗位名称', label: '岗位名称',
@ -39,5 +40,6 @@ export const columns = [
{ {
label: '创建时间', label: '创建时间',
prop: 'createTime', prop: 'createTime',
width: 180,
}, },
]; ];

View File

@ -7,7 +7,8 @@ export const columns = [
}, },
{ {
label: 'ID', label: 'ID',
prop: 'id' prop: 'id',
width: 100,
}, },
{ {
label: '角色名称', label: '角色名称',
@ -33,5 +34,6 @@ export const columns = [
{ {
label: '创建时间', label: '创建时间',
prop: 'createTime', prop: 'createTime',
width: 180,
}, },
]; ];

View File

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

View File

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