|
@@ -64,7 +64,7 @@
|
|
class="mr10"
|
|
class="mr10"
|
|
style="width: 150px"
|
|
style="width: 150px"
|
|
:placeholder="
|
|
:placeholder="
|
|
- query.alarmType == 'windturbine' ? '全部场站' : '全部升压站'
|
|
|
|
|
|
+ query.alarmType == 'booststation' ? '全部升压站' : '全部场站'
|
|
"
|
|
"
|
|
popper-class="select"
|
|
popper-class="select"
|
|
@change="changeStation"
|
|
@change="changeStation"
|
|
@@ -77,7 +77,7 @@
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
<el-select
|
|
<el-select
|
|
- v-if="query.alarmType == 'windturbine'"
|
|
|
|
|
|
+ v-if="query.alarmType != 'booststation'"
|
|
v-model="query.modelId"
|
|
v-model="query.modelId"
|
|
clearable
|
|
clearable
|
|
class="mr10"
|
|
class="mr10"
|
|
@@ -104,9 +104,16 @@
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-table :data="state.tableData" :highlight-current-row="true" border>
|
|
|
|
|
|
+ <el-table
|
|
|
|
+ :data="state.tableData"
|
|
|
|
+ :highlight-current-row="true"
|
|
|
|
+ border
|
|
|
|
+ height="calc(100% - 52px - 42px)"
|
|
|
|
+ width="100%"
|
|
|
|
+ >
|
|
<el-table-column
|
|
<el-table-column
|
|
- v-for="item in query.alarmType == 'windturbine'
|
|
|
|
|
|
+ v-for="item in query.alarmType == 'windturbine' ||
|
|
|
|
+ query.alarmType == 'inverter'
|
|
? state.tableHeader
|
|
? state.tableHeader
|
|
: state.tableHeader1"
|
|
: state.tableHeader1"
|
|
:key="item.code"
|
|
:key="item.code"
|
|
@@ -133,68 +140,6 @@
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <!-- <el-table-column label="序列号" align="center" prop="id" />
|
|
|
|
- <el-table-column label="统一编码" align="center" prop="uniformCode">
|
|
|
|
- <template #default="scope">{{
|
|
|
|
- // ednaValueConvert(scope.row.ednaValue)
|
|
|
|
- scope.row.uniformCode
|
|
|
|
- }}</template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- label="名称"
|
|
|
|
- align="left"
|
|
|
|
- prop="chineseText"
|
|
|
|
- width="180"
|
|
|
|
- />
|
|
|
|
- <el-table-column label="停机类型" align="center" prop="characteristic" />
|
|
|
|
- <el-table-column label="设备型号" align="center" prop="modelId" />
|
|
|
|
- <el-table-column label="报警类型" align="center" prop="warningTypeId" />
|
|
|
|
- <el-table-column label="故障编码" align="center" prop="faultCode" />
|
|
|
|
- <el-table-column label="报警级别" align="center" prop="levelId">
|
|
|
|
- <template #default="scope">{{
|
|
|
|
- levelIdConvert(scope.row.levelId)
|
|
|
|
- }}</template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- label="报警分类"
|
|
|
|
- align="center"
|
|
|
|
- prop="warningClassIfyId"
|
|
|
|
- min-width="50"
|
|
|
|
- >
|
|
|
|
- <template #default="scope">{{
|
|
|
|
- warningClassIfyIdConvert(scope.row.warningClassIfyId)
|
|
|
|
- }}</template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- label="是否可以复位"
|
|
|
|
- align="center"
|
|
|
|
- prop="isreset"
|
|
|
|
- min-width="50"
|
|
|
|
- >
|
|
|
|
- <template #default="scope">{{
|
|
|
|
- isresetConvert(scope.row.isreset)
|
|
|
|
- }}</template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- label="是否启用"
|
|
|
|
- align="center"
|
|
|
|
- prop="display"
|
|
|
|
- min-width="50"
|
|
|
|
- >
|
|
|
|
- <template #default="scope">{{
|
|
|
|
- scope.row.enabled == 1 ? "是" : "否"
|
|
|
|
- }}</template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- label="关联部件"
|
|
|
|
- align="center"
|
|
|
|
- prop="relatedParts"
|
|
|
|
- min-width="50"
|
|
|
|
- >
|
|
|
|
- <template #default="scope">
|
|
|
|
- <span>{{ relatePartConvert(scope.row.relatedParts) }}</span>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column> -->
|
|
|
|
<el-table-column label="操作" align="center" width="100">
|
|
<el-table-column label="操作" align="center" width="100">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button
|
|
<el-button
|
|
@@ -254,6 +199,7 @@ const store = useStore();
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
getWpArray();
|
|
getWpArray();
|
|
getequipmentmodel_list();
|
|
getequipmentmodel_list();
|
|
|
|
+ getData();
|
|
});
|
|
});
|
|
const query = reactive({
|
|
const query = reactive({
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
@@ -271,10 +217,10 @@ const state = reactive({
|
|
form: {},
|
|
form: {},
|
|
tableHeader: [
|
|
tableHeader: [
|
|
{ title: "编码", code: "id" },
|
|
{ title: "编码", code: "id" },
|
|
- { title: "场站", code: "stationName", width: "100" },
|
|
|
|
- // { title: "设备", code: "deviceId", width: "100" },
|
|
|
|
|
|
+ { title: "场站", code: "stationName" },
|
|
|
|
+ // { title: "设备", code: "deviceId", },
|
|
{ title: "机型", code: "modelId" },
|
|
{ title: "机型", code: "modelId" },
|
|
- { title: "报警描述", code: "description", width: "150" },
|
|
|
|
|
|
+ { title: "报警描述", code: "description" },
|
|
{ title: "设备部件", code: "componentsName" },
|
|
{ title: "设备部件", code: "componentsName" },
|
|
{ title: "特性", code: "characteristic" },
|
|
{ title: "特性", code: "characteristic" },
|
|
{ title: "设备类型", code: "deviceType" },
|
|
{ title: "设备类型", code: "deviceType" },
|
|
@@ -286,12 +232,13 @@ const state = reactive({
|
|
tableHeader1: [
|
|
tableHeader1: [
|
|
{ title: "编码", code: "id" },
|
|
{ title: "编码", code: "id" },
|
|
{ title: "升压站", code: "stationName" },
|
|
{ title: "升压站", code: "stationName" },
|
|
- { title: "规则名称", code: "name" },
|
|
|
|
- { title: "表达式", code: "expression" },
|
|
|
|
- { title: "描述", code: "description" },
|
|
|
|
|
|
+ // { title: "规则名称", code: "name" },
|
|
|
|
+ // { title: "表达式", code: "expression" },
|
|
|
|
+
|
|
{ title: "类型", code: "alarmType" },
|
|
{ title: "类型", code: "alarmType" },
|
|
// { title: "级别", code: "rank" },
|
|
// { title: "级别", code: "rank" },
|
|
{ title: "是否启用", code: "enable" },
|
|
{ title: "是否启用", code: "enable" },
|
|
|
|
+ { title: "描述", code: "description" },
|
|
],
|
|
],
|
|
});
|
|
});
|
|
// 机型
|
|
// 机型
|
|
@@ -303,7 +250,10 @@ const getequipmentmodel_list = async () => {
|
|
const stationList = ref([]);
|
|
const stationList = ref([]);
|
|
const categorychanged = async (value) => {
|
|
const categorychanged = async (value) => {
|
|
query.alarmType = value;
|
|
query.alarmType = value;
|
|
|
|
+ query.wpId = "";
|
|
|
|
+ query.modelId = "";
|
|
getWpArray();
|
|
getWpArray();
|
|
|
|
+ getData();
|
|
};
|
|
};
|
|
const getWpArray = async () => {
|
|
const getWpArray = async () => {
|
|
const { data } = await getWpList(query.alarmType);
|
|
const { data } = await getWpList(query.alarmType);
|
|
@@ -460,7 +410,7 @@ const alarmTypeConvert = (type, val) => {
|
|
return "风机";
|
|
return "风机";
|
|
} else if (val === "booststation") {
|
|
} else if (val === "booststation") {
|
|
return "升压站";
|
|
return "升压站";
|
|
- } else if (val === "booststation") {
|
|
|
|
|
|
+ } else if (val === "inverter") {
|
|
return "光伏";
|
|
return "光伏";
|
|
} else if (val === "custom") {
|
|
} else if (val === "custom") {
|
|
return "自定义";
|
|
return "自定义";
|
|
@@ -470,7 +420,7 @@ const alarmTypeConvert = (type, val) => {
|
|
return "风机";
|
|
return "风机";
|
|
} else if (val === "booststation") {
|
|
} else if (val === "booststation") {
|
|
return "升压站";
|
|
return "升压站";
|
|
- } else if (val === "booststation") {
|
|
|
|
|
|
+ } else if (val === "inverter") {
|
|
return "光伏";
|
|
return "光伏";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -626,7 +576,18 @@ const relatePartConvert = (val) => {
|
|
}
|
|
}
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
-<style scoped>
|
|
|
|
|
|
+<style scoped lang="scss">
|
|
|
|
+.el-card ::v-deep {
|
|
|
|
+ height: calc(100% - 1px);
|
|
|
|
+ width: 100%;
|
|
|
|
+ .el-card__body {
|
|
|
|
+ height: calc(100% - 40px);
|
|
|
|
+ width: calc(100% - 40px);
|
|
|
|
+ .pagination {
|
|
|
|
+ margin-bottom: 0px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
.mr10 {
|
|
.mr10 {
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
}
|