|
@@ -120,11 +120,17 @@ export default defineComponent({
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '标题',
|
|
title: '标题',
|
|
- width: 120,
|
|
|
|
|
|
+ width: 150,
|
|
dataIndex: 'title',
|
|
dataIndex: 'title',
|
|
|
|
+ ellipsis:true,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '创建人',
|
|
|
|
+ width: 120,
|
|
|
|
+ dataIndex: 'creater',
|
|
},{
|
|
},{
|
|
title: '创建时间',
|
|
title: '创建时间',
|
|
- width: 120,
|
|
|
|
|
|
+ width: 150,
|
|
dataIndex: 'createTime',
|
|
dataIndex: 'createTime',
|
|
customRender: ({ record }) => {
|
|
customRender: ({ record }) => {
|
|
return (
|
|
return (
|
|
@@ -140,7 +146,7 @@ export default defineComponent({
|
|
dataIndex: 'banStatus',
|
|
dataIndex: 'banStatus',
|
|
// ifShow: getCheckPerm('tips-status'),
|
|
// ifShow: getCheckPerm('tips-status'),
|
|
ifShow: getCheckPerm('sdk-top'),
|
|
ifShow: getCheckPerm('sdk-top'),
|
|
- width: 80,
|
|
|
|
|
|
+ width: 100,
|
|
customRender: ({ record }) => {
|
|
customRender: ({ record }) => {
|
|
if (!Reflect.has(record, 'banStatus')) {
|
|
if (!Reflect.has(record, 'banStatus')) {
|
|
record.pendingStatus = false;
|
|
record.pendingStatus = false;
|