From 0a4cedbd670504eba607298470915d76eb27f544 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 16 Apr 2025 13:34:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E6=94=AF=E6=A8=A1=E5=88=86=E7=BB=84?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/high-formwork/components/config.js | 11 +++++------ .../high-formwork/components/project-details.vue | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/high-formwork/components/config.js b/src/views/high-formwork/components/config.js index fcb3383a..bb4a4309 100644 --- a/src/views/high-formwork/components/config.js +++ b/src/views/high-formwork/components/config.js @@ -1,10 +1,9 @@ -export const formLabel = [{ f_label: '搜索关键词', f_model: 'proName', f_type: 'ipt', isShow: false }] +export const formLabel = [{ f_label: '搜索关键词', f_model: 'keyWord', f_type: 'ipt', isShow: false }] export const columnsList = [ - { t_props: 'projectName', t_label: 'ID' }, - { t_props: 'address', t_label: '设备名称' }, - { t_props: 'planStartTime', t_label: '在线状态' }, - { t_props: 'planEndTime', t_label: '位置' }, - { t_props: 'ownerUnit', t_label: '描述' }, + { t_props: 'id', t_label: 'ID' }, + { t_props: 'devName', t_label: '设备名称' }, + { t_props: 'devCode', t_label: '设备编码' }, + { t_props: 'createTime', t_label: '创建时间' }, ] export const dialogConfig = { diff --git a/src/views/high-formwork/components/project-details.vue b/src/views/high-formwork/components/project-details.vue index cebc6530..aec64f07 100644 --- a/src/views/high-formwork/components/project-details.vue +++ b/src/views/high-formwork/components/project-details.vue @@ -160,7 +160,7 @@ export default { } else { const bingParams = { id: this.detailsId, - devId: this.selectionList.join(',').slice(0, -1), + devId: this.selectionList.join(','), } const res = await bindHighFormworkListInDeviceAPI(bingParams)