|
@@ -64,17 +64,17 @@
|
|
|
v-hasPermi="['shop:tag:remove']"
|
|
v-hasPermi="['shop:tag:remove']"
|
|
|
>删除</el-button>
|
|
>删除</el-button>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
|
|
- <el-button
|
|
|
|
|
- type="warning"
|
|
|
|
|
- plain
|
|
|
|
|
- icon="el-icon-download"
|
|
|
|
|
- size="mini"
|
|
|
|
|
- :loading="exportLoading"
|
|
|
|
|
- @click="handleExport"
|
|
|
|
|
- v-hasPermi="['shop:tag:export']"
|
|
|
|
|
- >导出</el-button>
|
|
|
|
|
- </el-col>
|
|
|
|
|
|
|
+<!-- <el-col :span="1.5">-->
|
|
|
|
|
+<!-- <el-button-->
|
|
|
|
|
+<!-- type="warning"-->
|
|
|
|
|
+<!-- plain-->
|
|
|
|
|
+<!-- icon="el-icon-download"-->
|
|
|
|
|
+<!-- size="mini"-->
|
|
|
|
|
+<!-- :loading="exportLoading"-->
|
|
|
|
|
+<!-- @click="handleExport"-->
|
|
|
|
|
+<!-- v-hasPermi="['shop:tag:export']"-->
|
|
|
|
|
+<!-- >导出</el-button>-->
|
|
|
|
|
+<!-- </el-col>-->
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|