src/components/tool/value-table.vue
@@ -95,6 +95,12 @@ align-items: center; justify-content: center; } .el-table__empty-text{ text-align: left; width: 100%; display: inline-block; margin-left: 200px; } </style> <template> @@ -587,6 +593,7 @@ this.total = res.data.body.total this.tableHead = res.data.head this.tableData = res.data.body.records // console.log(JSON.stringify(this.tableHead)+"---------"+JSON.stringify(this.tableData)) for (var a in this.data.selectField) { if (this.data.selectField[a].choose == true) { this.tableData.map(b => {