From b719b41a3b74b83b0e6ad4386620a41f49d13201 Mon Sep 17 00:00:00 2001 From: 晏有为 <13214124+yan-youwei@user.noreply.gitee.com> Date: 星期四, 23 五月 2024 17:25:54 +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