|
@@ -17,10 +17,15 @@ export const columns: BasicColumn[] = [ |
|
@@ -17,10 +17,15 @@ export const columns: BasicColumn[] = [ |
|
17
|
{
|
17
|
{
|
|
18
|
title: '配置名称',
|
18
|
title: '配置名称',
|
|
19
|
dataIndex: 'messageConfig.configName',
|
19
|
dataIndex: 'messageConfig.configName',
|
|
20
|
- width: 200,
|
20
|
+ width: 180,
|
|
21
|
slots: { customRender: 'config' },
|
21
|
slots: { customRender: 'config' },
|
|
22
|
},
|
22
|
},
|
|
23
|
{
|
23
|
{
|
|
|
|
24
|
+ title: '配置类型',
|
|
|
|
25
|
+ dataIndex: 'messageTypeDictText',
|
|
|
|
26
|
+ width: 100,
|
|
|
|
27
|
+ },
|
|
|
|
28
|
+ {
|
|
24
|
title: '模板编码',
|
29
|
title: '模板编码',
|
|
25
|
dataIndex: 'templateCode',
|
30
|
dataIndex: 'templateCode',
|
|
26
|
width: 180,
|
31
|
width: 180,
|
|
@@ -38,7 +43,7 @@ export const columns: BasicColumn[] = [ |
|
@@ -38,7 +43,7 @@ export const columns: BasicColumn[] = [ |
|
38
|
{
|
43
|
{
|
|
39
|
title: '状态',
|
44
|
title: '状态',
|
|
40
|
dataIndex: 'status',
|
45
|
dataIndex: 'status',
|
|
41
|
- width: 180,
|
46
|
+ width: 100,
|
|
42
|
customRender: ({ record }) => {
|
47
|
customRender: ({ record }) => {
|
|
43
|
if (!Reflect.has(record, 'pendingStatus')) {
|
48
|
if (!Reflect.has(record, 'pendingStatus')) {
|
|
44
|
record.pendingStatus = false;
|
49
|
record.pendingStatus = false;
|