fix: v-access:code
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user