Commit 2d397751 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

控货订单导出

parent d13618aa
......@@ -59,7 +59,7 @@
<el-form-item>
<el-button type="primary" icon="el-icon-search" @click="handleQuery">{{$t('搜索')}}</el-button>
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport"
:loading="exportLoading" v-hasPermi="['ecw:order:export']">{{$t('导出')}}</el-button>
:loading="exportLoading" v-hasPermi="['ecw:cargo:export:search']">{{$t('导出')}}</el-button>
</el-form-item>
</el-form>
......@@ -252,7 +252,7 @@ export default {
this.list = response.data.list;
this.total = response.data.total;
})
this.loading = false;
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment