Browse Source

限制

master
张泽亮 1 week ago
parent
commit
fa9feff75a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/views/business/export/index.vue
  2. +1
    -1
      src/views/business/import/index.vue

+ 1
- 1
src/views/business/export/index.vue View File

@@ -57,10 +57,10 @@
<el-col :span="1.5">
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport" v-hasPermi="['business:export:export']">导出</el-button>
</el-col>
-->
<el-col :span="1.5">
<el-button type="info" plain icon="el-icon-printer" size="mini" @click="handlePrint()" v-hasPermi="['business:export:print']">打印</el-button>
</el-col>
-->
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>



+ 1
- 1
src/views/business/import/index.vue View File

@@ -62,10 +62,10 @@
<el-col :span="1.5">
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport" v-hasPermi="['business:import:export']">导出</el-button>
</el-col>
-->
<el-col :span="1.5">
<el-button type="info" plain icon="el-icon-printer" size="mini" @click="handlePrint()" v-hasPermi="['business:import:print']">打印</el-button>
</el-col>
-->
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>



Loading…
Cancel
Save