tangning il y a 2 ans
Parent
commit
eaa9bc2fd7

+ 1 - 0
src/store/modules/permission.ts

@@ -68,6 +68,7 @@ export const usePermissionStore = defineStore({
   },
   actions: {
     setPermCodeList(codeList: string[]) {
+      console.log('setPermCodeList',codeList)
       this.permCodeList = codeList;
     },
     getCheckPerm(value:string|string[]): boolean{

+ 1 - 1
src/views/invoice/EditModal.vue

@@ -10,7 +10,7 @@
     <div class="pt-2px pr-3px">
       <BasicForm @register="registerForm">
         <template #text="{ model, field }">
-          {{ model[field]  }}{{fileFlow.type}}
+          {{ model[field]  }}
         </template>
         <template #img="{ model }">
           <TableImg v-if="model.invoiceUrl" :size="200" :adaptations="true" :simpleShow="true" :imgList="[model.invoiceUrl]" />

+ 1 - 1
src/views/statistics/camera/index.vue

@@ -12,7 +12,7 @@
   const loading = ref(true);
   const echartData = reactive({
     xdata:[],
-    nameList:['四维看看','维看见','四维深时'],
+    nameList:['四维看看','维看见','四维深时'],
     downOrder:[],
     incrementOrder:[],
     partOrder:[],