|
@@ -305,7 +305,7 @@ export const getModelMonitorTags = () => {
|
|
|
code: 'DRS13_GVL1_OpenLimit',
|
|
|
type: 'sign',
|
|
|
// value: '0',
|
|
|
- position: [-5.26, 0.28, 0.6],
|
|
|
+ position: [-8.75, 0.3, 0.6],
|
|
|
},
|
|
|
{
|
|
|
domId: 'jsf2',
|
|
@@ -313,7 +313,7 @@ export const getModelMonitorTags = () => {
|
|
|
code: 'DRS13_GVL2_OpenLimit',
|
|
|
type: 'sign',
|
|
|
// value: '0',
|
|
|
- position: [-8.75, 0.3, 0.6],
|
|
|
+ position: [-5.26, 0.28, 0.6],
|
|
|
},
|
|
|
{
|
|
|
domId: 'csf1',
|
|
@@ -321,7 +321,7 @@ export const getModelMonitorTags = () => {
|
|
|
code: 'DRS13_GVL1_OpenLimit',
|
|
|
type: 'sign',
|
|
|
// value: '0',
|
|
|
- position: [-5.74, 0.35, 0.27],
|
|
|
+ position: [-9.42, 0.35, 0.3],
|
|
|
},
|
|
|
{
|
|
|
domId: 'csf2',
|
|
@@ -329,39 +329,39 @@ export const getModelMonitorTags = () => {
|
|
|
code: 'DRS13_GVL2_OpenLimit',
|
|
|
type: 'sign',
|
|
|
// value: '0',
|
|
|
- position: [-9.42, 0.35, 0.3],
|
|
|
+ position: [-5.74, 0.35, 0.27],
|
|
|
},
|
|
|
{
|
|
|
domId: 'jqf1',
|
|
|
- title: '进气阀1#开度',
|
|
|
+ title: '进气阀1#',
|
|
|
code: 'DRS13_GVL4_OpenLimit',
|
|
|
- type: 'value',
|
|
|
+ type: 'sign',
|
|
|
// value: '0',
|
|
|
- position: [-4.41, 1.28, 0.03],
|
|
|
+ position: [-7.7, 1.31, -0.14],
|
|
|
},
|
|
|
{
|
|
|
domId: 'jqf2',
|
|
|
- title: '进气阀2#开度',
|
|
|
+ title: '进气阀2#',
|
|
|
code: 'DRS13_GVL6_OpenLimit',
|
|
|
- type: 'value',
|
|
|
+ type: 'sign',
|
|
|
// value: '0',
|
|
|
- position: [-7.7, 1.31, -0.14],
|
|
|
+ position: [-4.41, 1.28, 0.03],
|
|
|
},
|
|
|
{
|
|
|
domId: 'cqf1',
|
|
|
- title: '出气阀1#开度',
|
|
|
- code: 'DRS13_GVL43_OpenLimit',
|
|
|
- type: 'value',
|
|
|
+ title: '出气阀1#',
|
|
|
+ code: 'DRS13_GVL3_OpenLimit',
|
|
|
+ type: 'sign',
|
|
|
// value: '0',
|
|
|
- position: [-6.2, 1.55, 0.06],
|
|
|
+ position: [-9.58, 1.55, -0.13],
|
|
|
},
|
|
|
{
|
|
|
domId: 'cqf2',
|
|
|
- title: '出气阀2#开度',
|
|
|
+ title: '出气阀2#',
|
|
|
code: 'DRS13_GVL5_OpenLimit',
|
|
|
- type: 'value',
|
|
|
+ type: 'sign',
|
|
|
// value: '0',
|
|
|
- position: [-9.58, 1.55, -0.13],
|
|
|
+ position: [-6.2, 1.55, 0.06],
|
|
|
},
|
|
|
];
|
|
|
case 'sdmtjtcctrk': // 布尔台
|
|
@@ -522,8 +522,8 @@ export function getComponent() {
|
|
|
}
|
|
|
|
|
|
export async function getMonitorData(deviceType) {
|
|
|
- // const { sysOrgCode } = useGlobSetting();
|
|
|
- const sysOrgCode = 'sdmtjtcctmk';
|
|
|
+ const { sysOrgCode } = useGlobSetting();
|
|
|
+ // const sysOrgCode = 'sdmtjtcctmk';
|
|
|
switch (sysOrgCode) {
|
|
|
case 'sdmtjtcctmk':
|
|
|
return await import('./gasPump.dataCc');
|