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 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/tool/value-table.vue b/src/components/tool/value-table.vue index de2c1b3..da52460 100644 --- a/src/components/tool/value-table.vue +++ b/src/components/tool/value-table.vue @@ -99,7 +99,7 @@ text-align: left; width: 100%; display: inline-block; - margin-left: 20px; + margin-left: 200px; } </style> @@ -593,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