优化
This commit is contained in:
@@ -106,6 +106,9 @@
|
||||
</el-row>
|
||||
|
||||
<el-table v-loading="loading" :data="stockList" show-overflow-tooltip show-summary :summary-method="getSummaries"
|
||||
ref="infoTableRef"
|
||||
highlight-current-row
|
||||
@row-click="(row) => tableInfoRowClick(row, infoTableRef)"
|
||||
border>
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column label="序号" align="center" type="index" width="70" />
|
||||
@@ -393,6 +396,7 @@ const { queryParams, rules } = toRefs(data);
|
||||
|
||||
/** 查询库存单据主列表 */
|
||||
const stockList = ref([]);
|
||||
const infoTableRef = ref(null);
|
||||
const total = ref(0);
|
||||
const loading = ref(true);
|
||||
function getList() {
|
||||
|
||||
Reference in New Issue
Block a user