diff --git a/src/components.d.ts b/src/components.d.ts index f651253..817bb62 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -52,7 +52,6 @@ NodeWrap: typeof import('./components/workFlow/nodeWrap.vue')['default'] NodeWrapBan: typeof import('./components/workFlow/nodeWrapBan.vue')['default'] NormalTable: typeof import('./components/NormalTable/index.vue')['default'] - offline: typeof import('./components/map/index offline.vue')['default'] PageHeader: typeof import('./components/PageHeader/index.vue')['default'] PageMain: typeof import('./components/PageMain/index.vue')['default'] PcasCascader: typeof import('./components/PcasCascader/index.vue')['default'] diff --git a/src/components.d.ts b/src/components.d.ts index f651253..817bb62 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -52,7 +52,6 @@ NodeWrap: typeof import('./components/workFlow/nodeWrap.vue')['default'] NodeWrapBan: typeof import('./components/workFlow/nodeWrapBan.vue')['default'] NormalTable: typeof import('./components/NormalTable/index.vue')['default'] - offline: typeof import('./components/map/index offline.vue')['default'] PageHeader: typeof import('./components/PageHeader/index.vue')['default'] PageMain: typeof import('./components/PageMain/index.vue')['default'] PcasCascader: typeof import('./components/PcasCascader/index.vue')['default'] diff --git a/src/views/home/device/device/components/addDialog.vue b/src/views/home/device/device/components/addDialog.vue index a54242b..d721d6b 100644 --- a/src/views/home/device/device/components/addDialog.vue +++ b/src/views/home/device/device/components/addDialog.vue @@ -123,6 +123,7 @@ ledgerIds: [], productId: '', rightLength: '', + leftLength: '', secretKey: '', tagNumber: '', watchObject: '', @@ -258,7 +259,7 @@ {{ `${textMap[dialogStatus]}设备` }} x - + @@ -330,7 +331,7 @@ - + - + {{ `${textMap[dialogStatus]}设备` }} x - + @@ -330,7 +331,7 @@ - + - + item.id === detailInfo.value.deviceType)[0]?.typeName || detailInfo.value.devTypeName || '' loading.value = false + if (detailInfo.value.deviceTypeName === '燃气监测桩' || detailInfo.value.deviceTypeName === '智能警示桩') { + descriptionsList.value.push( + { + text: '左侧指示带长度', + value: 'leftLength', + align: 'center', + }, + ) + descriptionsList.value.push( + { + text: '右侧指示带长度', + value: 'rightLength', + align: 'center', + }, + ) + } + descriptionsList.value.push( + { + text: '备注', + value: 'remark', + align: 'center', + }) } catch (err) { loading.value = false