gemercheung 1 年之前
父節點
當前提交
d507ca3e40
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/locales/lang/webslate/en.json
  2. 1 1
      src/locales/lang/webslate/zh.json
  3. 2 2
      src/views/statistic/tab/tab3.vue

+ 1 - 1
src/locales/lang/webslate/en.json

@@ -384,7 +384,7 @@
         "passwordError": "Please set a full 4-digit password!",
         "authUserError": "Authorization failed, this account does not exist!",
         "authTipTitle": "Authorization Guidelines",
-        "authTipContent": "Please provide your complete E-Mail account details after selecting [Add User] for authorization. After authorization, the associated mobile phone account connects to the [Li-Stream] mini-program and is allowed to initiate a Livestream using the studio.",
+        "authTipContent": "Please provide your complete account details after selecting [Add User] for authorization. After authorization, the associated  account connects to the [Li-Stream] mini-program and is allowed to initiate a Livestream using the studio.",
         "usingTime": "Time of Use",
         "usingTime1": "Duratation",
         "usingTime2": "Created Time",

+ 1 - 1
src/locales/lang/webslate/zh.json

@@ -120,7 +120,7 @@
         "passwordError": "请设置完整的4位数字密码!",
         "authUserError": "授权失败,此账号不存在!",
         "authTipTitle": "授权须知",
-        "authTipContent": "点击【添加用户】后,输入完整的手机账号进行授权。授权后,相应的手机账号登录【四维带看】小程序,可使用该带看房间发起带看。",
+        "authTipContent": "点击【添加用户】后,输入完整的账号进行授权。授权后,相应的被授权账号登录后台可使用此房间发起带看。",
         "usingTime": "使用时间",
         "usingTime1": "时间段",
         "usingTime2": "创建时间",

+ 2 - 2
src/views/statistic/tab/tab3.vue

@@ -123,7 +123,7 @@ const columns: TableColumnProps[] = [
     title: t('room.form.phoneNumber'),
     // className: 'column-money',
     dataIndex: 'phoneNumber',
-    width: isInternational ? 0 : 120
+    width: isInternational ? 0 : 120,
     // className: isInternational ? "column-hidden" : ''
   },
   {
@@ -148,7 +148,7 @@ const columns: TableColumnProps[] = [
   {
     title: t('statistic.amount'),
     dataIndex: 'textCount',
-    width: 80
+    width: 90
   },
   {
     title: t('statistic.message'),