This commit is contained in:
yuekuo
2023-04-19 18:01:01 +08:00
26 changed files with 4543 additions and 71 deletions
+2 -3
View File
@@ -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() {