瀏覽代碼

增加护理标题显示的控制

vothin 1 年之前
父節點
當前提交
0510a4d40e
共有 7 個文件被更改,包括 19 次插入9 次删除
  1. 1 1
      dist/index.html
  2. 2 1
      languages/en.js
  3. 2 1
      languages/es.js
  4. 2 1
      languages/ru-RU.js
  5. 2 1
      languages/zh-CN.js
  6. 4 4
      src/utils/domain.js
  7. 6 0
      src/views/ncs-orginazition/components/partInfoEdit.vue

文件差異過大導致無法顯示
+ 1 - 1
dist/index.html


+ 2 - 1
languages/en.js

@@ -1028,7 +1028,8 @@ module.exports = {
     boolDooLightAlwaysOn: 'Is the door light always on',
     boolDooLightAlwaysOn: 'Is the door light always on',
     convenientServiceEnabled: 'Convenient service',
     convenientServiceEnabled: 'Convenient service',
     ledServiceEnabled: 'Server control LED',
     ledServiceEnabled: 'Server control LED',
-    autoPositionEnabled: 'Enable automatic positioning'
+    autoPositionEnabled: 'Enable automatic positioning',
+    boolDisplayNcTitle: 'Enable nursing title display'
   },
   },
   role: {
   role: {
     roleName: 'Role name',
     roleName: 'Role name',

+ 2 - 1
languages/es.js

@@ -1028,7 +1028,8 @@ module.exports = {
     boolDooLightAlwaysOn: '¿¿ las luces de la puerta siempre están encendidas?',
     boolDooLightAlwaysOn: '¿¿ las luces de la puerta siempre están encendidas?',
     convenientServiceEnabled: 'Servicios convenientes',
     convenientServiceEnabled: 'Servicios convenientes',
     ledServiceEnabled: 'Control del servidor LED',
     ledServiceEnabled: 'Control del servidor LED',
-    autoPositionEnabled: 'Activar posicionamiento automático'
+    autoPositionEnabled: 'Activar posicionamiento automático',
+    boolDisplayNcTitle: 'Abrir la pantalla del título de enfermería'
   },
   },
   role: {
   role: {
     roleName: 'Nombre del rol',
     roleName: 'Nombre del rol',

+ 2 - 1
languages/ru-RU.js

@@ -1028,7 +1028,8 @@ module.exports = {
     boolDooLightAlwaysOn: 'Светит ли дверь постоянно',
     boolDooLightAlwaysOn: 'Светит ли дверь постоянно',
     convenientServiceEnabled: 'Удобное обслуживание',
     convenientServiceEnabled: 'Удобное обслуживание',
     ledServiceEnabled: 'Управление сервером LED',
     ledServiceEnabled: 'Управление сервером LED',
-    autoPositionEnabled: 'Включить автоматическое позиционирование'
+    autoPositionEnabled: 'Включить автоматическое позиционирование',
+    boolDisplayNcTitle: 'Открыть заголовок Уход Показать'
   },
   },
   role: {
   role: {
     roleName: 'Имя роли',
     roleName: 'Имя роли',

+ 2 - 1
languages/zh-CN.js

@@ -1028,7 +1028,8 @@ module.exports = {
     boolDooLightAlwaysOn: '门灯是否常亮',
     boolDooLightAlwaysOn: '门灯是否常亮',
     convenientServiceEnabled: '便民服务',
     convenientServiceEnabled: '便民服务',
     ledServiceEnabled: '服务端控制点阵屏',
     ledServiceEnabled: '服务端控制点阵屏',
-    autoPositionEnabled: '开启自动定位'
+    autoPositionEnabled: '开启自动定位',
+    boolDisplayNcTitle: '开启护理标题显示'
   },
   },
   role: {
   role: {
     roleName: '角色名称',
     roleName: '角色名称',

文件差異過大導致無法顯示
+ 4 - 4
src/utils/domain.js


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

@@ -461,6 +461,12 @@
                 <el-checkbox v-model="formmodel.auto_position" :true-label="1" :false-label="0">{{ this.$t('action.enabled') }}</el-checkbox>
                 <el-checkbox v-model="formmodel.auto_position" :true-label="1" :false-label="0">{{ this.$t('action.enabled') }}</el-checkbox>
               </el-form-item>
               </el-form-item>
             </el-col>
             </el-col>
+
+            <el-col :span="8">
+              <el-form-item :label="this.$t('partInfo.boolDisplayNcTitle')" prop="bool_display_nc_title">
+                <el-checkbox v-model="formmodel.bool_display_nc_title" :true-label="1" :false-label="0">{{ this.$t('action.enabled') }}</el-checkbox>
+              </el-form-item>
+            </el-col>
           </el-row>
           </el-row>
 
 
           <el-row>
           <el-row>