gemercheung пре 4 година
родитељ
комит
4461ee2471
2 измењених фајлова са 5 додато и 6 уклоњено
  1. 0 6
      src/views/scenes/list.vue
  2. 5 0
      src/views/scenes/live.vue

+ 0 - 6
src/views/scenes/list.vue

@@ -207,12 +207,6 @@
         showIndexColumn: false,
         rowKey: 'id',
         //TODO
-        fetchSetting: {
-          pageField: 'page',
-          sizeField: 'limit',
-          listField: 'list',
-          totalField: 'total',
-        },
       });
       async function openSceneEditor(record: Recordable) {
         try {

+ 5 - 0
src/views/scenes/live.vue

@@ -102,6 +102,11 @@
           width: 100,
         },
         {
+          title: '场景名称',
+          dataIndex: 'sceneName',
+          width: 140,
+        },
+        {
           title: t('routes.scenes.appListPicUrl'),
           dataIndex: 'appListPicUrl',
           slots: { customRender: 'cover' },