Commit fc56b2a8 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn
parents ac599c66 997d44f1
......@@ -60,7 +60,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>
......@@ -253,7 +253,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