|
|
@@ -89,11 +89,11 @@
|
|
89
|
89
|
<el-button type="warning" plain icon="Download" @click="handleExport"
|
|
90
|
90
|
v-hasPermi="['score:event:export']">导出</el-button>
|
|
91
|
91
|
</el-col>
|
|
92
|
|
- <el-col :span="1.5">
|
|
|
92
|
+ <!-- <el-col :span="1.5">
|
|
93
|
93
|
<el-upload :show-file-list="false" accept=".xlsx,.xls" :auto-upload="false" :on-change="handleImportFile">
|
|
94
|
94
|
<el-button type="info" plain icon="Upload" v-hasPermi="['score:event:import']">导入</el-button>
|
|
95
|
95
|
</el-upload>
|
|
96
|
|
- </el-col>
|
|
|
96
|
+ </el-col> -->
|
|
97
|
97
|
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList" />
|
|
98
|
98
|
</el-row>
|
|
99
|
99
|
|