add 反馈设备状态
This commit is contained in:
@@ -147,6 +147,11 @@
|
||||
<el-switch v-model="form.special_flag" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="反馈设备状态" label-width="150px">
|
||||
<el-switch v-model="form.sendDeviceStatus" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
</el-card>
|
||||
@@ -320,7 +325,8 @@ export default {
|
||||
is_release: true,
|
||||
link_device_code: [],
|
||||
ship_device_update: true,
|
||||
special_flag: true
|
||||
special_flag: true,
|
||||
sendDeviceStatus: true
|
||||
},
|
||||
rules: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user