|
|
@@ -170,7 +170,7 @@ export const listColumns = {
|
|
|
{ prop: 'depName', label: '发布部门', sortable: 'custom', width: 120 },
|
|
|
{ prop: 'userName', label: '发布人', width: 120 },
|
|
|
{ prop: 'publicDate', label: '发布日期', sortable: 'custom', dateFormat: 'yyyy-MM-dd', width: 120 },
|
|
|
- { prop: 'loseDate', label: '有效截至日期', sortable: 'custom', dateFormat: 'yyyy-MM-dd', width: 120 },
|
|
|
+ // { prop: 'loseDate', label: '有效截至日期', sortable: 'custom', dateFormat: 'yyyy-MM-dd', width: 120 },
|
|
|
{ prop: 'status', label: '发布状态', tags: typeOptions, width: 100 }
|
|
|
],
|
|
|
guide: [
|