Commit 14a44768 authored by lizhichao's avatar lizhichao

页面微调

parent e9d88b7c
...@@ -74,8 +74,8 @@ ...@@ -74,8 +74,8 @@
</el-row> </el-row>
<el-table v-loading="loading" :data="deviceInfoList" > <el-table v-loading="loading" :data="deviceInfoList" >
<el-table-column label="设备名称" align="center" prop="deviceName" />
<el-table-column label="设备编码" align="center" prop="deviceCode" /> <el-table-column label="设备编码" align="center" prop="deviceCode" />
<el-table-column label="设备名称" align="center" prop="deviceName" />
<el-table-column label="设备类型" align="center" prop="deviceType" :formatter="typeFormat" /> <el-table-column label="设备类型" align="center" prop="deviceType" :formatter="typeFormat" />
<el-table-column label="设备状态" align="center" prop="deviceStatus" :formatter="statusFormat" /> <el-table-column label="设备状态" align="center" prop="deviceStatus" :formatter="statusFormat" />
<el-table-column label="设备等级" align="center" prop="deviceGrade" :formatter="gradeFormat" /> <el-table-column label="设备等级" align="center" prop="deviceGrade" :formatter="gradeFormat" />
......
...@@ -251,7 +251,7 @@ export default { ...@@ -251,7 +251,7 @@ export default {
}, },
methods: { methods: {
getriskLevelOptions(){ getriskLevelOptions(){
this.getDicts("risk_level").then(response => { this.getDicts("assessment_level").then(response => {
this.riskLevelOptions = response.data; this.riskLevelOptions = response.data;
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment