From c4d3bd6d08a29f1092ab1a9d35677ea1db3517dc Mon Sep 17 00:00:00 2001 From: 晏有为 <13214124+yan-youwei@user.noreply.gitee.com> Date: 星期四, 16 五月 2024 17:09:23 +0800 Subject: [PATCH] 不合格管理 --- src/components/tool/value-table.vue | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/components/tool/value-table.vue b/src/components/tool/value-table.vue index 097a84d..da52460 100644 --- a/src/components/tool/value-table.vue +++ b/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 => { -- Gitblit v1.9.3