Merge branch 'yuekuo' of http://10.10.10.43:9090/faw-report-library/faw-report-library-web into yuekuo
This commit is contained in:
@@ -50,8 +50,7 @@
|
||||
</el-row>
|
||||
</div>
|
||||
<div class="table">
|
||||
<vxe-table :data="tableData" :empty-render="{ name: 'NotData' }" align="center" border stripe
|
||||
v-table-min-height="'calc(100vh - 320px)'">
|
||||
<vxe-table ref="xTable" :data="tableData" :empty-render="{name: 'NotData'}" align="center" border stripe v-table-min-height="'calc(100vh - 320px)'">
|
||||
<vxe-column show-overflow show-header-overflow type="seq" title="序号" width="77">
|
||||
<template #default="{ row, rowIndex }">
|
||||
{{ rowIndex + (q.pageNo - 1) * q.pageSize + 1 }}
|
||||
@@ -524,7 +523,7 @@ export default {
|
||||
this.checked = (val.length || this.reportF.reportUserIdList.length) === this.userList.length;
|
||||
// this.$emit('update:updateMultipleSelect',this.reportF.reportUserIdList);
|
||||
},
|
||||
|
||||
|
||||
/* =============================================== 操作日志 =============================================== */
|
||||
// 操作日志
|
||||
openLog() {
|
||||
|
||||
Reference in New Issue
Block a user