Sfoglia il codice sorgente

fix(bugs): 修改场景表头文案

tangning 3 anni fa
parent
commit
f6a27d64b8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/scenes/list.vue

+ 2 - 2
src/views/scenes/list.vue

@@ -119,7 +119,7 @@
           width: 180,
         },
         {
-          title: '封面',
+          title: '小程序封面',
           dataIndex: 'appListPicUrl',
           ellipsis: true,
           slots: { customRender: 'cover' },
@@ -141,7 +141,7 @@
           width: 180,
         },
         {
-          title: t('routes.scenes.isShow'),
+          title: '小程序' + t('routes.scenes.isShow'),
           dataIndex: 'isShow',
           width: 180,
           customRender: ({ record }) => {