vothin 2 лет назад
Родитель
Сommit
732b8d3934
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      src/views/ncs-orginazition/components/partInfoEdit.vue

+ 6 - 0
src/views/ncs-orginazition/components/partInfoEdit.vue

@@ -330,6 +330,11 @@
                 <el-checkbox v-model="formmodel.record_enabled" :true-label="1" :false-label="0">{{ this.$t('partInfo.recordAble') }}</el-checkbox>
               </el-form-item>
             </el-col>
+            <el-col :span="8">
+              <el-form-item :label="this.$t('partInfo.screenLight')" prop="screen_light">
+                <el-checkbox v-model="formmodel.screen_light" :true-label="1" :false-label="0">{{ this.$t('partInfo.screenLight') }}</el-checkbox>
+              </el-form-item>
+            </el-col>
           </el-row>
 
 
@@ -676,6 +681,7 @@ export default {
                 clerk_name_hidden: 0,
                 channel_im_history_store_days: 30,
                 record_enabled: false,
+                screen_light: 0,
                 auto_accept: 0,
                 door_nurse_title: '呼叫护士',
                 door_nurse_valid: 1,