duy hai 1 ano
pai
achega
5553ee045b

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