|
|
@@ -20,7 +20,7 @@ const contentConfig = {
|
|
|
{ type: 'normal', label: '发布日期', prop: 'releasedDate', width: 140 },
|
|
|
{ type: 'normal', label: '受理日期', prop: 'releasedDate', width: 140 },
|
|
|
{ type: 'normal', label: '发布人员', prop: 'TODO', width: 140 },
|
|
|
- { type: 'handler', label: '操作', slotName: 'operate', width: 180 },
|
|
|
+ { type: 'handler', label: '操作', slotName: 'operate', width: 180, fixed: 'right' },
|
|
|
],
|
|
|
};
|
|
|
|