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-05-17 11:12:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6935723b7ef44240afcdc5de881ac72d3cfddbed
6935723b
1 parent
46e6f642
货物查询按钮权限增加
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/basicInformation/queryCargo/index.vue
src/views/basicInformation/queryCargo/index.vue
View file @
6935723
...
...
@@ -140,7 +140,7 @@
size="small" @click="xlse(1)" :disabled="tableData.length == 0" :loading="downLoadingTip.downloading">{{
downLoadingTip.downloading ? downLoadingTip.tip : "导出全部查询结果"
}}</el-button>
<el-button type="primary" size="small" :disabled="selectTable.length == 0" v-hasPermi="['base:cargo:
export
']"
<el-button type="primary" size="small" :disabled="selectTable.length == 0" v-hasPermi="['base:cargo:
release
']"
@click="release">释放舱位</el-button>
<span style="marginLeft: 20px; color: #ffba00">全部导出上限80000条数据</span>
<el-progress v-if="progress != 0" class="progress" :stroke-width="12" :show-text="true" :percentage="progress"
...
...
Please
register
or
login
to post a comment