Преглед изворни кода

:sparkles: 添加版本号1.5.618

soobin пре 1 месец
родитељ
комит
1d64303ce2
3 измењених фајлова са 7 додато и 2 уклоњено
  1. 1 1
      package.json
  2. 1 1
      src/main.js
  3. 5 0
      src/views/device/deviceOper.vue

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "shenze-vue3-app",
-  "version": "1.2.8",
+  "version": "1.5.618",
   "private": true,
   "scripts": {
     "start": "vue-cli-service serve",

+ 1 - 1
src/main.js

@@ -110,7 +110,7 @@ function showUpdateDialog(newVersion) {
   const { t } = i18n.global;
   showConfirmDialog({
     title: t("public.updateTips"),
-    message: t("public.checkUpdate") + newVersion,
+    message: t("public.checkUpdate") + 'v' + newVersion,
     confirmButtonText: t("public.resetNow"),
     showCancelButton: false,
   })

+ 5 - 0
src/views/device/deviceOper.vue

@@ -638,6 +638,11 @@
       </div>
       <!-- 支付配置 -->
       <div
+        v-if="
+          device.machineType === '0' &&
+          (user.type == 0 || user.ifForeign === '1') &&
+          controlList.includes('C32')
+        "
         class="operation-item"
         @click="payInfoClk()"
       >