소스 검색

试验修改

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) {