ZaiZai 1 year ago
parent
commit
1220161eea
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/views/tentative/detect/test.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240805110800"
+  "value": "20240807152838"
 }

+ 1 - 1
src/views/tentative/detect/test.vue

@@ -429,7 +429,7 @@ const wbsElTreeClick = ({ data, keys }) => {
 //身份按钮切换数据
 const authBtnTabKey = ref('1')
 const authBtnTabdata = ref([
-    { key: '1', name: '施工检' },
+    { key: '1', name: '施工检' },
     { key: '2', name: '监理抽检' },
     { key: '3', name: '业主抽检' },
 ])