Handy_Cao 5 kuukautta sitten
vanhempi
commit
736f249da2

+ 1 - 1
public/locales/en-US.json

@@ -1128,7 +1128,7 @@
                 "delete": {
                     "tips": "Confirm to delete this institutional role?"
                 },
-                "line": {
+                "linecfg": {
                     "title": "Line Account Configuration",
                     "username": "User Name",
                     "lineaccount": "Line Account"

+ 1 - 1
public/locales/th-TH.json

@@ -1128,7 +1128,7 @@
                 "delete": {
                     "tips": "คุณต้องการยืนยันการลบบทบาทขององค์กรนี้ใช่หรือไม่?"
                 },
-                "line": {
+                "linecfg": {
                     "title": "ปรับ แต่งบัญชีผู้ใช้แบบบรรทัด",
                     "username": "สถาบัน",
                     "lineaccount": "บัญชีฝ่ายบริการลูกค้าออนไลน์"

+ 1 - 1
public/locales/vi-VN.json

@@ -1128,7 +1128,7 @@
                 "delete": {
                     "tips": "Bạn có muốn xác nhận việc xóa vai trò của cơ quan này không?"
                 },
-                "line": {
+                "linecfg": {
                     "title": "Cấu hình tài khoản dòng",
                     "username": "Các tổ chức",
                     "lineaccount": "Tài khoản dịch vụ khách hàng Line"

+ 1 - 1
public/locales/zh-CN.json

@@ -1128,7 +1128,7 @@
                 "delete": {
                     "tips": "确认删除该机构角色?"
                 },
-                "line": {
+                "linecfg": {
                     "title": "Line账号配置",
                     "username": "机构",
                     "lineaccount": "Line客服账号"

+ 1 - 1
public/locales/zh-TW.json

@@ -1128,7 +1128,7 @@
                 "delete": {
                     "tips": "確認刪除該機構角色?"
                 },
-                "line": {
+                "linecfg": {
                     "title": "Line賬號配置",
                     "username": "機構",
                     "lineaccount": "Line客服賬號"

+ 4 - 4
src/packages/pc/views/member/institution/broker/components/linecfg/index.vue

@@ -1,11 +1,11 @@
 <!-- 会员机构管理-机构管理-经纪会员管理-line账号配置 -->
 <template>
-    <app-drawer :title="t('member.institution.broker.line.title')" width="480" v-model:show="show" :loading="loading" :refresh="refresh">
-        <el-form ref="formRef" class="el-form--vertical" label-width="90px" :model="formData" :rules="formRules" :show-message="false">
-            <el-form-item :label="t('member.institution.broker.line.username')" prop="username">
+    <app-drawer :title="t('member.institution.broker.linecfg.title')" width="480" v-model:show="show" :loading="loading" :refresh="refresh">
+        <el-form ref="formRef" class="el-form--vertical" label-width="120px" :model="formData" :rules="formRules" :show-message="false">
+            <el-form-item :label="t('member.institution.broker.linecfg.username')" prop="username">
                 <span>{{ record.userName }}/{{ record.userid }}</span>
             </el-form-item>
-            <el-form-item :label="t('member.institution.broker.line.linecsaccount')" prop="linecsaccount">
+            <el-form-item :label="t('member.institution.broker.linecfg.lineaccount')" prop="linecsaccount">
                 <el-input v-model="formData.linecsaccount" maxlength="50" :placeholder="t('common.pleaseenter')" />
             </el-form-item>
         </el-form>