|
@@ -38,8 +38,7 @@
|
|
|
<el-table
|
|
|
:data="state.faultmodeTableData"
|
|
|
stripe
|
|
|
- style="width: 100%"
|
|
|
- height="calc(100% - 38px)"
|
|
|
+ style="width: 100%; height: calc(100% - 38px)"
|
|
|
>
|
|
|
<el-table-column type="index" width="50" />
|
|
|
<el-table-column prop="name" label="名称"></el-table-column>
|
|
@@ -66,13 +65,15 @@
|
|
|
<template #default="scope">
|
|
|
<el-button
|
|
|
type="text"
|
|
|
- style="color: #05bb4c"
|
|
|
+ :style="`color: ${
|
|
|
+ $store.state.theme ? '#1890ff' : '#47aee7'
|
|
|
+ } !important`"
|
|
|
@click="handleEdit(scope.row)"
|
|
|
>编辑</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
type="text"
|
|
|
- style="color: red"
|
|
|
+ :style="`color: #f25656 !important`"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
>删除</el-button
|
|
|
>
|
|
@@ -156,7 +157,7 @@
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="结构">
|
|
|
<el-cascader
|
|
|
- v-model="editFormData.structurecode"
|
|
|
+ v-model="editFormData.structureCode"
|
|
|
:options="cascaderdata"
|
|
|
:props="{ checkStrictly: true, emitPath: false }"
|
|
|
clearable
|
|
@@ -166,7 +167,11 @@
|
|
|
</el-form>
|
|
|
<template #footer>
|
|
|
<span class="footerButton">
|
|
|
- <el-button size="mini" round @click="editVisible = false"
|
|
|
+ <el-button
|
|
|
+ :style="`color: #${$store.state.theme ? '000' : 'fff'}`"
|
|
|
+ size="mini"
|
|
|
+ round
|
|
|
+ @click="editVisible = false"
|
|
|
>取 消</el-button
|
|
|
>
|
|
|
<el-button size="mini" round type="primary" @click="saveEdit"
|
|
@@ -183,22 +188,22 @@ import { ElMessageBox, ElMessage } from "element-plus";
|
|
|
import { outExportExcel } from "@/tools/excel/exportExcel.js"; //引入文件
|
|
|
import {
|
|
|
faultmode_windturbine,
|
|
|
- faultmode_structurecode,
|
|
|
+ faultmode_structureCode,
|
|
|
faultmode_delete,
|
|
|
faultmode_add_edit,
|
|
|
} from "@/api/zhbj/index.js";
|
|
|
let cascaderdata = inject("cascaderdata");
|
|
|
let desc = inject("desc");
|
|
|
let treeId = inject("treeId");
|
|
|
-watch(
|
|
|
- () => treeId,
|
|
|
- (val, old) => {
|
|
|
- getfaultmode(desc.value.code);
|
|
|
- },
|
|
|
- {
|
|
|
- deep: true,
|
|
|
- }
|
|
|
-);
|
|
|
+// watch(
|
|
|
+// () => treeId,
|
|
|
+// (val, old) => {
|
|
|
+// getfaultmode(desc.value.code);
|
|
|
+// },
|
|
|
+// {
|
|
|
+// deep: true,
|
|
|
+// }
|
|
|
+// );
|
|
|
let editVisible = ref(false);
|
|
|
let editFormData = ref({});
|
|
|
onMounted(() => {
|
|
@@ -248,7 +253,7 @@ let state = reactive({
|
|
|
severity: 6,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010211",
|
|
|
models: null,
|
|
|
},
|
|
@@ -262,7 +267,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 4,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010211",
|
|
|
models: null,
|
|
|
},
|
|
@@ -277,7 +282,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010207",
|
|
|
models: null,
|
|
|
},
|
|
@@ -291,7 +296,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010207",
|
|
|
models: null,
|
|
|
},
|
|
@@ -305,7 +310,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010206",
|
|
|
models: null,
|
|
|
},
|
|
@@ -319,7 +324,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010214",
|
|
|
models: null,
|
|
|
},
|
|
@@ -333,7 +338,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -347,7 +352,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -361,7 +366,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -375,7 +380,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -389,7 +394,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -403,7 +408,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -417,7 +422,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -431,7 +436,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -445,7 +450,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -459,7 +464,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -473,7 +478,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -487,7 +492,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -501,7 +506,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -515,7 +520,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -531,7 +536,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010204",
|
|
|
models: null,
|
|
|
},
|
|
@@ -547,7 +552,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010208",
|
|
|
models: null,
|
|
|
},
|
|
@@ -563,7 +568,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010204",
|
|
|
models: null,
|
|
|
},
|
|
@@ -579,7 +584,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010204",
|
|
|
models: null,
|
|
|
},
|
|
@@ -593,7 +598,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010204",
|
|
|
models: null,
|
|
|
},
|
|
@@ -608,7 +613,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -624,7 +629,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -639,7 +644,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -655,7 +660,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010204",
|
|
|
models: null,
|
|
|
},
|
|
@@ -669,7 +674,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 5,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010207",
|
|
|
models: null,
|
|
|
},
|
|
@@ -683,7 +688,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010208",
|
|
|
models: null,
|
|
|
},
|
|
@@ -697,7 +702,7 @@ let state = reactive({
|
|
|
severity: 5,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010204",
|
|
|
models: null,
|
|
|
},
|
|
@@ -711,7 +716,7 @@ let state = reactive({
|
|
|
severity: 2,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -725,7 +730,7 @@ let state = reactive({
|
|
|
severity: 2,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -739,7 +744,7 @@ let state = reactive({
|
|
|
severity: 2,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -753,7 +758,7 @@ let state = reactive({
|
|
|
severity: 2,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -767,7 +772,7 @@ let state = reactive({
|
|
|
severity: 2,
|
|
|
occurence: 4,
|
|
|
detection: 3,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010202",
|
|
|
models: null,
|
|
|
},
|
|
@@ -781,7 +786,7 @@ let state = reactive({
|
|
|
severity: 2,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010211",
|
|
|
models: null,
|
|
|
},
|
|
@@ -795,7 +800,7 @@ let state = reactive({
|
|
|
severity: 7,
|
|
|
occurence: 4,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010211",
|
|
|
models: null,
|
|
|
},
|
|
@@ -809,7 +814,7 @@ let state = reactive({
|
|
|
severity: 7,
|
|
|
occurence: 3,
|
|
|
detection: 2,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010211",
|
|
|
models: null,
|
|
|
},
|
|
@@ -823,7 +828,7 @@ let state = reactive({
|
|
|
severity: 6,
|
|
|
occurence: 3,
|
|
|
detection: 4,
|
|
|
- deviceid: "windturbine",
|
|
|
+ deviceId: "windturbine",
|
|
|
structureCode: "101010211",
|
|
|
models: null,
|
|
|
},
|
|
@@ -837,8 +842,8 @@ let state = reactive({
|
|
|
severity: null,
|
|
|
occurence: null,
|
|
|
detection: null,
|
|
|
- deviceid: "windturbine",
|
|
|
- structurecode: "",
|
|
|
+ deviceId: "windturbine",
|
|
|
+ structureCode: "",
|
|
|
models: null,
|
|
|
},
|
|
|
});
|
|
@@ -878,7 +883,9 @@ const saveEdit = async () => {
|
|
|
};
|
|
|
// getData
|
|
|
const getfaultmode = async (code) => {
|
|
|
- const res = await faultmode_structurecode(code);
|
|
|
+ console.log(1111, code);
|
|
|
+ const res = await faultmode_structureCode(code);
|
|
|
+ console.log(2222, res);
|
|
|
state.faultmodeTableData = res;
|
|
|
};
|
|
|
|
|
@@ -908,7 +915,7 @@ const export2Excel = () => {
|
|
|
"处理方法",
|
|
|
];
|
|
|
const tableKey = [
|
|
|
- "structurecode",
|
|
|
+ "structureCode",
|
|
|
"name",
|
|
|
"code",
|
|
|
"occurence",
|