|
@@ -262,6 +262,10 @@
|
|
<el-input-number v-model="systemConfig.key_val" :min="1" :max="60" label="护士主机转接时长" />
|
|
<el-input-number v-model="systemConfig.key_val" :min="1" :max="60" label="护士主机转接时长" />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+
|
|
|
|
+ <el-form-item label="分机开启自动接听" prop="auto_accept">
|
|
|
|
+ <el-checkbox v-model="formmodel.auto_accept" :true-label="1" :false-label="0">开启自动接听</el-checkbox>
|
|
|
|
+ </el-form-item>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
<el-row>
|
|
<el-row>
|
|
@@ -431,8 +435,9 @@ export default {
|
|
communication_mode_bed: 1,
|
|
communication_mode_bed: 1,
|
|
communication_mode_nurse: 1,
|
|
communication_mode_nurse: 1,
|
|
communication_mode_mobile: 1,
|
|
communication_mode_mobile: 1,
|
|
- customize_role_call_first:0,
|
|
|
|
- customize_role_call_second:0
|
|
|
|
|
|
+ customize_role_call_first: 0,
|
|
|
|
+ customize_role_call_second: 0,
|
|
|
|
+ auto_accept: 0
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|