@@ -207,12 +207,6 @@
showIndexColumn: false,
rowKey: 'id',
//TODO
- fetchSetting: {
- pageField: 'page',
- sizeField: 'limit',
- listField: 'list',
- totalField: 'total',
- },
});
async function openSceneEditor(record: Recordable) {
try {
@@ -102,6 +102,11 @@
width: 100,
},
{
+ title: '场景名称',
+ dataIndex: 'sceneName',
+ width: 140,
+ },
+ {
title: t('routes.scenes.appListPicUrl'),
dataIndex: 'appListPicUrl',
slots: { customRender: 'cover' },