tangning преди 2 години
родител
ревизия
8b53067fd2
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      src/views/product/updataTips/index.vue

+ 6 - 6
src/views/product/updataTips/index.vue

@@ -2,11 +2,11 @@
   <PageWrapper contentBackground>
     <template #footer>
       <a-tabs v-model:activeKey="searchInfo.type" @change="tabChange">
-        <a-tab-pane key="1" tab="四维看看" />
-        <a-tab-pane key="2" tab="四维深时" />
-        <a-tab-pane key="3" tab="四维全景" />
-        <a-tab-pane key="4" tab="四维带看" />
-        <a-tab-pane key="5" tab="四维深光" />
+        <a-tab-pane key="0" tab="四维看看" />
+        <a-tab-pane key="1" tab="四维深时" />
+        <a-tab-pane key="2" tab="四维全景" />
+        <a-tab-pane key="3" tab="四维带看" />
+        <a-tab-pane key="4" tab="四维深光" />
       </a-tabs>
     </template>
     <div class="desc-wrap-BasicTable">
@@ -83,7 +83,7 @@ export default defineComponent({
     const permissionStore = usePermissionStore();
     const { getCheckPerm } = permissionStore;
     const searchInfo = reactive<Recordable>({
-      type: '1',
+      type: '0',
     });
     const [registerAddModal, { openModal: openAddModal }] = useModal();
     const [registerEditModal, { openModal: openEditModal }] = useModal();