ソースを参照

限制

master
张泽亮 1週間前
コミット
fa9feff75a
2個のファイルの変更2行の追加2行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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>



読み込み中…
キャンセル
保存