Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-10-24 16:48:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e2fd2f94ab6fb97dd538e6abc14bd020e1f2fa08
e2fd2f94
1 parent
d8e2a58b
bug修复
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/basicInformation/goodsStation/index.vue
src/views/basicInformation/goodsStation/index.vue
View file @
e2fd2f9
...
...
@@ -24,7 +24,7 @@
@click="add">新 增
</el-button>
<el-button icon="el-icon-delete" type="danger" size="small" v-hasPermi="['base:goodsStation:delete']"
style="margin-left:10px" :disabled="checkData.length
==
0" @click="batchDel">
style="margin-left:10px" :disabled="checkData.length
==
0" @click="batchDel">
删 除
</el-button>
<el-button type="primary" icon="el-icon-download" size="small" style="margin-right:10px"
...
...
@@ -34,9 +34,9 @@
@click="downloadExcel">
导出Excel
</el-button>
<el-upload action="/
caPreReviewImport/importFlight" name="file" :http-request="uploadExcel
"
:
on-remove="handleRemove" :limit="1" :on-exceed="handleExceed" :file-list="fileList" accept=".xlsx
"
class="upload-demo"
v-hasPermi="['base:goodsStation:add']">
<el-upload action="/
goods/importGoods" name="file" :http-request="uploadExcel" :on-remove="handleRemove
"
:
limit="1" :on-exceed="handleExceed" :file-list="fileList" accept=".xlsx" class="upload-demo
"
v-hasPermi="['base:goodsStation:add']">
<el-button type="primary" icon="el-icon-upload2" size="small">导入Excel</el-button>
</el-upload>
</div>
...
...
Please
register
or
login
to post a comment