Commit c10e6fec authored by “yiyousong”'s avatar “yiyousong”

feat: 添加设备分辨率

parent 5b26ddc9
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</el-row> </el-row>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="12" <el-col :span="12"
><el-form-item label="分辨率" prop="name"> ><el-form-item label="分辨率" prop="resolution">
<el-select v-model="form.value" placeholder="请选择分辨率"> <el-select v-model="form.value" placeholder="请选择分辨率">
<el-option <el-option
v-for="item in options" v-for="item in options"
...@@ -216,6 +216,7 @@ export default { ...@@ -216,6 +216,7 @@ export default {
deviceInBuilding: "", // 所在楼宇 deviceInBuilding: "", // 所在楼宇
deviceInFloor: "", // 所在楼层 deviceInFloor: "", // 所在楼层
institution: "", institution: "",
resolution: "", // 分辨率
}, },
rules: { rules: {
deviceName: [ deviceName: [
......
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