fix: v-access:code

This commit is contained in:
xingyu4j
2025-10-10 21:56:07 +08:00
parent fac8cee297
commit abcc062ba1
3 changed files with 3 additions and 3 deletions

View File

@@ -310,7 +310,7 @@ const loadOverview = () => {
class="ml-4" class="ml-4"
@click="handleExport" @click="handleExport"
:loading="exportLoading" :loading="exportLoading"
v-hasPermi="['statistics:product:export']" v-access:code="['statistics:product:export']"
> >
<Icon icon="ep:download" class="mr-1" />导出 <Icon icon="ep:download" class="mr-1" />导出
</el-button> </el-button>

View File

@@ -268,7 +268,7 @@ const lineChartOptions = reactive({
class="ml-4" class="ml-4"
@click="handleExport" @click="handleExport"
:loading="exportLoading" :loading="exportLoading"
v-hasPermi="['statistics:trade:export']" v-access:code="['statistics:trade:export']"
> >
<Icon icon="ep:download" class="mr-1" />导出 <Icon icon="ep:download" class="mr-1" />导出
</el-button> </el-button>

View File

@@ -220,7 +220,7 @@ onMounted(async () => {
/> />
</ElDescriptionsItem> </ElDescriptionsItem>
<ElDescriptionsItem <ElDescriptionsItem
v-hasPermi="['trade:order:update']" v-access:code="['trade:order:update']"
label-class-name="no-colon" label-class-name="no-colon"
> >
<el-button <el-button