fix: v-access:code
This commit is contained in:
@@ -310,7 +310,7 @@ const loadOverview = () => {
|
||||
class="ml-4"
|
||||
@click="handleExport"
|
||||
:loading="exportLoading"
|
||||
v-hasPermi="['statistics:product:export']"
|
||||
v-access:code="['statistics:product:export']"
|
||||
>
|
||||
<Icon icon="ep:download" class="mr-1" />导出
|
||||
</el-button>
|
||||
|
||||
@@ -268,7 +268,7 @@ const lineChartOptions = reactive({
|
||||
class="ml-4"
|
||||
@click="handleExport"
|
||||
:loading="exportLoading"
|
||||
v-hasPermi="['statistics:trade:export']"
|
||||
v-access:code="['statistics:trade:export']"
|
||||
>
|
||||
<Icon icon="ep:download" class="mr-1" />导出
|
||||
</el-button>
|
||||
|
||||
@@ -220,7 +220,7 @@ onMounted(async () => {
|
||||
/>
|
||||
</ElDescriptionsItem>
|
||||
<ElDescriptionsItem
|
||||
v-hasPermi="['trade:order:update']"
|
||||
v-access:code="['trade:order:update']"
|
||||
label-class-name="no-colon"
|
||||
>
|
||||
<el-button
|
||||
|
||||
Reference in New Issue
Block a user