| | |
| | | { |
| | | key: "monConnRes", |
| | | type: 1, |
| | | label: "连接条阻抗", |
| | | label: "链接条阻值", |
| | | show: 1, |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | prop: "monConnRes", |
| | | label: "连接条阻抗", |
| | | label: "链接条阻值", |
| | | width: "" |
| | | }, |
| | | { |
| | |
| | | </el-tab-pane> |
| | | <el-tab-pane |
| | | key="monConnRes" |
| | | label="连接条阻抗" |
| | | label="链接条阻值" |
| | | name="monConnRes" |
| | | v-if="tabsConfig.monConnRes && pageConfig.monConnRes"> |
| | | <bar-chart |
| | |
| | | }, |
| | | { |
| | | prop: "monConnRes", |
| | | label: "连接条阻抗", |
| | | label: "链接条阻值", |
| | | width: "" |
| | | }, |
| | | { |
| | |
| | | ], |
| | | }; |
| | | |
| | | // 连接条阻抗 |
| | | // 链接条阻值 |
| | | monConnRes = { |
| | | title: { |
| | | show: true, |
| | |
| | | }, |
| | | series: [ |
| | | { |
| | | name: "连接条阻抗", |
| | | name: "链接条阻值", |
| | | type: "bar", |
| | | data: [], |
| | | }, |
| | |
| | | "V"; |
| | | leakVol.series[0].data = leakVolTemp; |
| | | |
| | | // 连接条阻抗 |
| | | // 链接条阻值 |
| | | let monConnResData = []; |
| | | if (rs.code == 1) { |
| | | monConnResData = rs.data.map((item) => { |