فهرست منبع

增加护理标题显示的控制

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',
     convenientServiceEnabled: 'Convenient service',
     ledServiceEnabled: 'Server control LED',
-    autoPositionEnabled: 'Enable automatic positioning'
+    autoPositionEnabled: 'Enable automatic positioning',
+    boolDisplayNcTitle: 'Enable nursing title display'
   },
   role: {
     roleName: 'Role name',

+ 2 - 1
languages/es.js

@@ -1028,7 +1028,8 @@ module.exports = {
     boolDooLightAlwaysOn: '¿¿ las luces de la puerta siempre están encendidas?',
     convenientServiceEnabled: 'Servicios convenientes',
     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: {
     roleName: 'Nombre del rol',

+ 2 - 1
languages/ru-RU.js

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

+ 2 - 1
languages/zh-CN.js

@@ -1028,7 +1028,8 @@ module.exports = {
     boolDooLightAlwaysOn: '门灯是否常亮',
     convenientServiceEnabled: '便民服务',
     ledServiceEnabled: '服务端控制点阵屏',
-    autoPositionEnabled: '开启自动定位'
+    autoPositionEnabled: '开启自动定位',
+    boolDisplayNcTitle: '开启护理标题显示'
   },
   role: {
     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-form-item>
             </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>