Browse Source

添加led服务器端控制开关

wuyunfeng 1 năm trước cách đây
mục cha
commit
764dd76c58

+ 3 - 2
languages/en.js

@@ -872,7 +872,7 @@ module.exports = {
     attacHisCodes: 'Attach HIS system IDs',
     inputHisCode: 'Please enter the HIS system ID',
     sharedBedHisCodes: 'Shared Bed Department System ID',
-    distinguishSharedBeds:'Distinguish patient',
+    distinguishSharedBeds: 'Distinguish patient',
     inputSharedBedHisCodes: 'Enter the HIS department ID for shared beds in this department, with multiple departments separated by commas',
     inputAttacHisCode: 'Enter additional HIS department identification, multiple departments separated by commas',
     shopType: 'Organization type',
@@ -993,7 +993,8 @@ module.exports = {
     roomCallBed: 'Turn on the doorstep machine to call the bed button',
     boolAllDoorStatus: 'Enable all doorstep call displays',
     boolDooLightAlwaysOn: 'Is the door light always on',
-    convenientServiceEnabled: 'Convenient service'
+    convenientServiceEnabled: 'Convenient service',
+    ledServiceEnabled: 'Server control LED'
   },
   role: {
     roleName: 'Role name',

+ 2 - 1
languages/es.js

@@ -993,7 +993,8 @@ module.exports = {
     roomCallBed: 'Abra el botón de la máquina de la puerta para llamar a la cama',
     boolAllDoorStatus: 'Activar la visualización de llamadas en todas las puertas',
     boolDooLightAlwaysOn: '¿¿ las luces de la puerta siempre están encendidas?',
-    convenientServiceEnabled: 'Servicios convenientes'
+    convenientServiceEnabled: 'Servicios convenientes',
+    ledServiceEnabled: 'Control del servidor LED'
   },
   role: {
     roleName: 'Nombre de la función',

+ 2 - 1
languages/ru-RU.js

@@ -993,7 +993,8 @@ module.exports = {
     roomCallBed: 'Открыть клапан. Машина вызывает кровать.',
     boolAllDoorStatus: 'Откройте все двери.',
     boolDooLightAlwaysOn: 'Светит ли дверь постоянно',
-    convenientServiceEnabled: 'Удобное обслуживание'
+    convenientServiceEnabled: 'Удобное обслуживание',
+    ledServiceEnabled: 'Управление сервером LED'
   },
   role: {
     roleName: 'Имя роли',

+ 2 - 1
languages/zh-CN.js

@@ -993,7 +993,8 @@ module.exports = {
     roomCallBed: '开启门口机呼叫床位按钮',
     boolAllDoorStatus: '开启所有门口机呼显示',
     boolDooLightAlwaysOn: '门灯是否常亮',
-    convenientServiceEnabled: '便民服务'
+    convenientServiceEnabled: '便民服务',
+    ledServiceEnabled: '服务端控制点阵屏'
   },
   role: {
     roleName: '角色名称',

+ 1 - 1
src/views/custom-infoboard/board-title.vue

@@ -412,7 +412,7 @@
             },
 
             toDesigner(row) {
-                this.$router.push({ name: 'infoboard-designer', params: { id:row.id }})
+                this.$router.push({ name: 'infoboard-designer-manager', params: { id:row.id }})
             }
 
 

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

@@ -419,6 +419,11 @@
                 <el-checkbox v-model="formmodel.convenient_service_enabled" :true-label="true" :false-label="false">{{ this.$t('action.enabled') }}</el-checkbox>
               </el-form-item>
             </el-col>
+            <el-col :span="8">
+              <el-form-item :label="this.$t('partInfo.ledServiceEnabled')">
+                <el-checkbox v-model="formmodel.bool_led_service" :true-label="true" :false-label="false">{{ this.$t('action.enabled') }}</el-checkbox>
+              </el-form-item>
+            </el-col>
           </el-row>
 
           <el-row>