jinhui.wang

货物查询按钮权限增加

...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
140 size="small" @click="xlse(1)" :disabled="tableData.length == 0" :loading="downLoadingTip.downloading">{{ 140 size="small" @click="xlse(1)" :disabled="tableData.length == 0" :loading="downLoadingTip.downloading">{{
141 downLoadingTip.downloading ? downLoadingTip.tip : "导出全部查询结果" 141 downLoadingTip.downloading ? downLoadingTip.tip : "导出全部查询结果"
142 }}</el-button> 142 }}</el-button>
143 - <el-button type="primary" size="small" :disabled="selectTable.length == 0" v-hasPermi="['base:cargo:export']" 143 + <el-button type="primary" size="small" :disabled="selectTable.length == 0" v-hasPermi="['base:cargo:release']"
144 @click="release">释放舱位</el-button> 144 @click="release">释放舱位</el-button>
145 <span style="marginLeft: 20px; color: #ffba00">全部导出上限80000条数据</span> 145 <span style="marginLeft: 20px; color: #ffba00">全部导出上限80000条数据</span>
146 <el-progress v-if="progress != 0" class="progress" :stroke-width="12" :show-text="true" :percentage="progress" 146 <el-progress v-if="progress != 0" class="progress" :stroke-width="12" :show-text="true" :percentage="progress"
......