Преглед на файлове

交互接收编辑提示标题修正

wuyunfeng преди 2 години
родител
ревизия
422a19c0dc
променени са 4 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 1 0
      languages/en.js
  2. 1 0
      languages/es.js
  3. 1 0
      languages/zh-CN.js
  4. 2 1
      src/views/interaction-chain/index.vue

+ 1 - 0
languages/en.js

@@ -1120,6 +1120,7 @@ module.exports = {
     FirstRole:'The First Acceptor',
     SpreadRoleNamePath:'Acception Role Sequence',
     AddInteractionSpreadPath:'Create a new recorder',
+    EditInteractionSpreadPath:'Edit the recorder',
     AllRoles:'All Roles',
     AcceptRoles:'Acception',
     NoticeSequence:'Notice Sequence',

+ 1 - 0
languages/es.js

@@ -1120,6 +1120,7 @@ module.exports = {
     FirstRole:'Primera parte receptora',
     SpreadRoleNamePath:'Aceptar secuencia de funciones',
     AddInteractionSpreadPath:'Crear un nuevo registrador',
+    EditInteractionSpreadPath:'Editar la grabadora',
     AllRoles:'Todos los papeles',
     AcceptRoles:'Aceptación',
     NoticeSequence:'Orden de notificación',

+ 1 - 0
languages/zh-CN.js

@@ -1121,6 +1121,7 @@ module.exports = {
     FirstRole:'最先接收角色',
     SpreadRoleNamePath:'交互接收角色顺序',
     AddInteractionSpreadPath:'新增交互接收顺序',
+    EditInteractionSpreadPath:'编辑交互接收顺序',
     AllRoles:'所有角色',
     AcceptRoles:'接收角色',
     NoticeSequence:'注意顺序',

+ 2 - 1
src/views/interaction-chain/index.vue

@@ -393,6 +393,7 @@
                 }
                 this.role_path=[]
                 this.role_path_step=[customer,nurse_host]
+                this.formtitle=this.$t('interactionChain.AddInteractionSpreadPath')
                 this.setRoleStatus()
                 this.formshow = true
             },
@@ -504,7 +505,7 @@
                    ...row
                }
                this.role_path=row.spread_role_path.split(',').map(p=>Number(p))
-
+                this.formtitle=this.$t('interactionChain.EditInteractionSpreadPath')
                 this.roleDataChange(this.role_path)
 
                 this.setRoleStatus()