|
@@ -63,6 +63,7 @@ let fields: Ref<any[]> = ref([
|
|
{ label: '房间号', model: 'room_id', isSearch: true },
|
|
{ label: '房间号', model: 'room_id', isSearch: true },
|
|
{ label: '标题', model: 'title', isSearch: true },
|
|
{ label: '标题', model: 'title', isSearch: true },
|
|
{ label: '来源', model: 'origin', isSearch: true },
|
|
{ label: '来源', model: 'origin', isSearch: true },
|
|
|
|
+ { label: '更新时间', model: 'create_date' },
|
|
{ label: '类别', model: 'channel_type', format: (i) => getDict(i, 'channel_type'), isSearch: true, type: 'select' },
|
|
{ label: '类别', model: 'channel_type', format: (i) => getDict(i, 'channel_type'), isSearch: true, type: 'select' },
|
|
{ label: '状态', model: 'status', format: (i) => getDict(i, 'status'), isSearch: true, type: 'select' }
|
|
{ label: '状态', model: 'status', format: (i) => getDict(i, 'status'), isSearch: true, type: 'select' }
|
|
]);
|
|
]);
|