tangning 1 år sedan
förälder
incheckning
41f597d354
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      src/locales/lang/json/ja.json
  2. 1 1
      src/views/scenes/E57List.vue

+ 1 - 0
src/locales/lang/json/ja.json

@@ -435,6 +435,7 @@
     "routes.dashboard.scenes": "シーン管理",
     "routes.dashboard.scenesDownload": "シーンのダウンロード",
     "routes.dashboard.scenesList": "シーンリスト",
+    "routes.dashboard.scenesListE57": "E57",
     "routes.dashboard.scenesLive": "シーンライブ",
     "routes.dashboard.devices": "デバイス管理",
     "routes.dashboard.product": "商品管理",

+ 1 - 1
src/views/scenes/E57List.vue

@@ -18,7 +18,7 @@
         @fetch-success="handleFetchSuccess"
       >
         <template #toolbar>
-          <a-button v-if="isPatchAuth" type="primary" @click="handlePatchSelect">
+          <a-button type="primary" @click="handlePatchSelect">
             {{ t('routes.archive.patchArchiveE57') }}</a-button
           >
           <!-- <a-button type="primary" color="warning" @click="() => {}"> 编辑</a-button>