|
|
@@ -36,7 +36,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
- <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" size="mini" v-loading="tableLoading">
|
|
|
+ <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" size="mini" @sort-change="orderby" v-loading="tableLoading">
|
|
|
<el-table-column label="操作" align="center" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<router-link :to="'/oilsupplier/oilcatalogsub/' + scope.row.Id + '/incomeedit'">
|