Commit 11620f95 authored by 张伯涛's avatar 张伯涛

AI无人站bug修改

parent 5380562d
...@@ -13,7 +13,7 @@ import { ...@@ -13,7 +13,7 @@ import {
} from "../../../api/AIStation/MoveMonitor.js"; } from "../../../api/AIStation/MoveMonitor.js";
import {useRoute} from "vue-router"; import {useRoute} from "vue-router";
import {handleGetAIToken} from "../AItoken.js"; import {handleGetAIToken} from "../AItoken.js";
import ExtinguisherNewDataPage from "../ExtinguisherPage/ExtinguisherNewDataPage.vue";
import {ElMessage} from "element-plus"; import {ElMessage} from "element-plus";
......
...@@ -707,7 +707,7 @@ function validateIp(rule, value, callback) { ...@@ -707,7 +707,7 @@ function validateIp(rule, value, callback) {
<el-form label-width="80px"> <el-form label-width="80px">
<el-form-item label="换热站:"> <el-form-item label="换热站:">
<el-cascader :options="options" v-model="addOrUpdateForm.stationId" filterable clearable :show-all-levels="false" <el-cascader :options="options" v-model="addOrUpdateForm.stationId" filterable clearable :show-all-levels="false"
placeholder="请选择" style="min-width: 652px;" /> placeholder="请选择" style=" width: 100%" />
<!-- <el-select v-model="addOrUpdateForm.stationId" placeholder="请选择" filterable clearable>--> <!-- <el-select v-model="addOrUpdateForm.stationId" placeholder="请选择" filterable clearable>-->
<!-- <el-option--> <!-- <el-option-->
<!-- v-for="item in options"--> <!-- v-for="item in options"-->
......
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