소스 검색

单位信息采集内容新增

fanghuisheng 2 년 전
부모
커밋
6f8e8a9234
3개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 0
      src/pages/business/mhxf/unitInfoCollection/index.vue
  2. 2 2
      src/pages/mine/index.vue
  3. 2 2
      src/pages/mine/setting/index.vue

+ 1 - 0
src/pages/business/mhxf/unitInfoCollection/index.vue

@@ -192,6 +192,7 @@
                   <u-checkbox :customStyle="{ marginBottom: '8px' }" label="自动喷水灭火系统" :name="1"> </u-checkbox>
                   <u-checkbox :customStyle="{ marginBottom: '8px' }" label="火灾自动报警系统" :name="2"> </u-checkbox>
                   <u-checkbox :customStyle="{ marginBottom: '8px' }" label="防排烟与排烟系统" :name="3"> </u-checkbox>
+                  <u-checkbox :customStyle="{ marginBottom: '8px' }" label="是否接入物联网" :name="4"> </u-checkbox>
                 </u-checkbox-group>
               </u-form-item>
 

+ 2 - 2
src/pages/mine/index.vue

@@ -85,7 +85,7 @@
           <view class="menu-item-box">
             <view class="iconfont icon-clean menu-icon"></view>
             <view>清理缓存</view>
-            <view style="margin: 0 15px 0 auto; font-size: 14px; color: #909399">{{ settingStores.$state.currentSize }}</view>
+            <view style="margin: 0 15px 0 auto; font-size: 14px; color: #909399">{{ settings.$state.currentSize }}</view>
           </view>
         </view>
         <view class="list-cell list-cell-arrow" @click="handleToUpgrade">
@@ -116,7 +116,7 @@ import { ref, reactive, computed, getCurrentInstance, toRefs, inject } from "vue
 import useStores from "@/store/modules/user.js";
 import settingStore from "@/store/modules/setting.js";
 const useStore = useStores();
-const settingStores = settingStore();
+const settings = settingStore();
 
 const { proxy } = getCurrentInstance();
 

+ 2 - 2
src/pages/mine/setting/index.vue

@@ -32,7 +32,7 @@
         <view class="menu-item-box">
           <view class="iconfont icon-clean menu-icon"></view>
           <view>清理缓存</view>
-          <view style="margin: 0 15px 0 auto; font-size: 14px; color: #909399">{{ settingStores.$state.currentSize }}</view>
+          <view style="margin: 0 15px 0 auto; font-size: 14px; color: #909399">{{ settings.$state.currentSize }}</view>
         </view>
       </view>
       <view class="list-cell list-cell-arrow" @click="handleToUpgrade">
@@ -52,7 +52,7 @@ import { ref, reactive, computed, getCurrentInstance, toRefs, inject } from "vue
 import useStores from "@/store/modules/user.js";
 import settingStore from "@/store/modules/setting.js";
 const useStore = useStores();
-const settingStores = settingStore();
+const settings = settingStore();
 
 const { proxy } = getCurrentInstance();