瀏覽代碼

试验修改

duy 1 年之前
父節點
當前提交
5553ee045b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/tentative/detect/test-form.vue
  2. 1 1
      src/views/tentative/detect/test.vue

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

@@ -293,7 +293,7 @@ watch(() => [
 const authBtnTabKey = ref(dataType)
 const authBtnTabdata = ref([
     { key: '1', name: '施工质检' },
-    { key: '2', name: '监理检' },
+    { key: '2', name: '监理检' },
 ])
 const authBtnTabClick = ({ key }) => {
     if (key !== authBtnTabKey.value) {

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

@@ -368,7 +368,7 @@ const wbsElTreeClick = ({ data, keys }) => {
 const authBtnTabKey = ref('1')
 const authBtnTabdata = ref([
     { key: '1', name: '施工质检' },
-    { key: '2', name: '监理检' },
+    { key: '2', name: '监理检' },
 ])
 const authBtnTabClick = (item) => {
     if (item.key !== authBtnTabKey.value) {