|
@@ -348,8 +348,8 @@
|
|
|
|
|
|
|
|
|
<el-col :span="8">
|
|
|
- <el-form-item :label="this.$t('partInfo.unmannedCall')" prop="unmanned_call">
|
|
|
- <el-checkbox v-model="formmodel.unmanned_call" :true-label="1" :false-label="0">{{ this.$t('partInfo.openUnmannedCall') }}</el-checkbox>
|
|
|
+ <el-form-item :label="this.$t('partInfo.unmannedCall')" prop="empty_bed_call_enabled">
|
|
|
+ <el-checkbox v-model="formmodel.empty_bed_call_enabled" :true-label="1" :false-label="0">{{ this.$t('partInfo.openUnmannedCall') }}</el-checkbox>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
@@ -755,7 +755,7 @@ export default {
|
|
|
screen_light: 0,
|
|
|
room_call_bed: 1,
|
|
|
auto_accept: 0,
|
|
|
- unmanned_call: 0,
|
|
|
+ empty_bed_call_enabled: 0,
|
|
|
door_nurse_title: '呼叫护士',
|
|
|
door_nurse_valid: 1,
|
|
|
door_nursing_title: '进入护理',
|