@@ -39,17 +39,14 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '参数名称',
|
||||
field: 'configName',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '参数KEY',
|
||||
field: 'configKey',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '参数Value',
|
||||
field: 'configValue',
|
||||
minWidth: 200,
|
||||
},
|
||||
{
|
||||
title: '系统内置',
|
||||
@@ -64,12 +61,10 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '备注',
|
||||
field: 'remark',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -30,36 +30,32 @@ export const columns: VxeGridProps['columns'] = [
|
||||
field: 'deptName',
|
||||
title: '部门名称',
|
||||
treeNode: true,
|
||||
resizable: false,
|
||||
minWidth: 220,
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
field: 'deptCategory',
|
||||
title: '类别编码',
|
||||
resizable: false,
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
field: 'orderNum',
|
||||
title: '排序',
|
||||
resizable: false,
|
||||
width: 80,
|
||||
width: 'auto',
|
||||
},
|
||||
{
|
||||
field: 'status',
|
||||
resizable: false,
|
||||
width: 'auto',
|
||||
title: '状态',
|
||||
slots: {
|
||||
default: ({ row }) => {
|
||||
return renderDict(row.status, DictEnum.SYS_NORMAL_DISABLE);
|
||||
},
|
||||
},
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
field: 'createTime',
|
||||
title: '创建时间',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -23,27 +23,22 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDictTag(dictValue, [row]);
|
||||
},
|
||||
},
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '字典键值',
|
||||
field: 'dictValue',
|
||||
minWidth: 100,
|
||||
},
|
||||
{
|
||||
title: '字典排序',
|
||||
field: 'dictSort',
|
||||
minWidth: 80,
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
field: 'remark',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -21,22 +21,18 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '字典名称',
|
||||
field: 'dictName',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '字典类型',
|
||||
field: 'dictType',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
field: 'remark',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -111,12 +111,10 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '权限标识',
|
||||
field: 'perms',
|
||||
minWidth: 200,
|
||||
},
|
||||
{
|
||||
title: '组件路径',
|
||||
field: 'component',
|
||||
minWidth: 200,
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
@@ -141,7 +139,6 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -34,7 +34,6 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '公告标题',
|
||||
field: 'noticeTitle',
|
||||
minWidth: 220,
|
||||
},
|
||||
{
|
||||
title: '公告类型',
|
||||
@@ -64,7 +63,6 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -40,23 +40,19 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '配置名称',
|
||||
field: 'configKey',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '访问站点',
|
||||
field: 'endpoint',
|
||||
showOverflow: true,
|
||||
minWidth: 220,
|
||||
},
|
||||
{
|
||||
title: '桶名称',
|
||||
field: 'bucketName',
|
||||
minWidth: 140,
|
||||
},
|
||||
{
|
||||
title: '域',
|
||||
field: 'region',
|
||||
minWidth: 140,
|
||||
},
|
||||
{
|
||||
title: '权限桶类型',
|
||||
@@ -72,7 +68,6 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return '未知类型';
|
||||
},
|
||||
},
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '是否默认',
|
||||
@@ -80,7 +75,6 @@ export const columns: VxeGridProps['columns'] = [
|
||||
slots: {
|
||||
default: 'status',
|
||||
},
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -35,41 +35,34 @@ export const columns: VxeGridProps['columns'] = [
|
||||
title: '文件名',
|
||||
field: 'fileName',
|
||||
showOverflow: true,
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '文件原名',
|
||||
field: 'originalName',
|
||||
showOverflow: true,
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '文件拓展名',
|
||||
field: 'fileSuffix',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '文件预览',
|
||||
field: 'url',
|
||||
showOverflow: true,
|
||||
slots: { default: 'url' },
|
||||
minWidth: 180,
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
sortable: true,
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '上传人',
|
||||
field: 'createByName',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '服务商',
|
||||
field: 'service',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -34,22 +34,18 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '岗位编码',
|
||||
field: 'postCode',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '类别编码',
|
||||
field: 'postCategory',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '岗位名称',
|
||||
field: 'postName',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '排序',
|
||||
field: 'postSort',
|
||||
minWidth: 80,
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
@@ -59,7 +55,6 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDict(row.status, DictEnum.SYS_NORMAL_DISABLE);
|
||||
},
|
||||
},
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
|
@@ -19,22 +19,18 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '用户账号',
|
||||
field: 'userName',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '用户昵称',
|
||||
field: 'nickName',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '邮箱',
|
||||
field: 'email',
|
||||
minWidth: 180,
|
||||
},
|
||||
{
|
||||
title: '手机号',
|
||||
field: 'phonenumber',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -51,7 +51,6 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '角色名称',
|
||||
field: 'roleName',
|
||||
minWidth: 100,
|
||||
},
|
||||
{
|
||||
title: '权限字符',
|
||||
@@ -61,7 +60,6 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return <Tag color="processing">{row.roleKey}</Tag>;
|
||||
},
|
||||
},
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '数据权限',
|
||||
@@ -77,23 +75,19 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return <Tag>{row.dataScope}</Tag>;
|
||||
},
|
||||
},
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '排序',
|
||||
field: 'roleSort',
|
||||
minWidth: 60,
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
field: 'status',
|
||||
slots: { default: 'status' },
|
||||
minWidth: 80,
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -35,22 +35,18 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '租户编号',
|
||||
field: 'tenantId',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '租户名称',
|
||||
field: 'companyName',
|
||||
minWidth: 240,
|
||||
},
|
||||
{
|
||||
title: '联系人',
|
||||
field: 'contactUserName',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '联系电话',
|
||||
field: 'contactPhone',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '到期时间',
|
||||
@@ -61,13 +57,11 @@ export const columns: VxeGridProps['columns'] = [
|
||||
}
|
||||
return cellValue;
|
||||
},
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '租户状态',
|
||||
field: 'status',
|
||||
slots: { default: 'status' },
|
||||
minWidth: 100,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -14,18 +14,15 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '套餐名称',
|
||||
field: 'packageName',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
field: 'remark',
|
||||
minWidth: 180,
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
field: 'status',
|
||||
slots: { default: 'status' },
|
||||
minWidth: 100,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
Reference in New Issue
Block a user