@@ -68,6 +68,7 @@ export const usePermissionStore = defineStore({
},
actions: {
setPermCodeList(codeList: string[]) {
+ console.log('setPermCodeList',codeList)
this.permCodeList = codeList;
getCheckPerm(value:string|string[]): boolean{
@@ -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]" />
@@ -12,7 +12,7 @@
const loading = ref(true);
const echartData = reactive({
xdata:[],
- nameList:['四维看看','思维看见','四维深时'],
+ nameList:['四维看看','四维看见','四维深时'],
downOrder:[],
incrementOrder:[],
partOrder:[],