gemercheung 2 jaren geleden
bovenliggende
commit
f1c57561c4

+ 1 - 0
src/components.d.ts

@@ -35,6 +35,7 @@ declare module '@vue/runtime-core' {
     ATabPane: typeof import('ant-design-vue/es')['TabPane']
     ATabs: typeof import('ant-design-vue/es')['Tabs']
     ATextarea: typeof import('ant-design-vue/es')['Textarea']
+    ATooltip: typeof import('ant-design-vue/es')['Tooltip']
     BarChartOutlined: typeof import('@ant-design/icons-vue')['BarChartOutlined']
     CloseOutlined: typeof import('@ant-design/icons-vue')['CloseOutlined']
     DataList: typeof import('./components/data-list/index.vue')['default']

+ 6 - 2
src/locales/lang/en/room.ts

@@ -42,7 +42,7 @@ export default {
   enterWechat: "Scan the code to start LI-Stream via Wechat",
   dashboard: "Data Kanban",
   myEndRoom: 'Ended Studios',
-  usingTime: "Time of Use",
+
   usingTimeRequire: "Please input the time of Using",
   setPassword: 'Set Password',
   authorize: 'Authorize',
@@ -54,5 +54,9 @@ export default {
   passwordError: 'Please set a full 4-digit password!',
   authUserError: '授权失败,此账号不存在!',
   authTipTitle: 'Authorization Guidelines',
-  authTipContent: "Please provide your complete cell phone 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 cell phone 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.",
+  usingTime: "Time of Use",
+  usingTime1: "Duratation",
+  usingTime2: "Create",
+
 }

+ 7 - 5
src/locales/lang/zh/room.ts

@@ -40,7 +40,6 @@ export default {
   enterWechat: "进入微信小程序开始带看",
   dashboard: "数据看板",
   myEndRoom: "已结束房间",
-  usingTime: "使用时间",
   usingTimeRequire: "请输入房间使用时间",
   setPassword: '设置密码',
   authorize: '授权',
@@ -49,8 +48,11 @@ export default {
   userAccountRequired: "请输入完整的账号",
   setRoomNumber: "设置房间人数",
   roomTitle: '房间名称',
-  passwordError:'请设置完整的4位数字密码!',
-  authUserError:'授权失败,此账号不存在!',
-  authTipTitle:'授权须知',
-  authTipContent: "点击【添加用户】后,输入完整的手机账号进行授权。授权后,相应的手机账号登录【四维带看】小程序,可使用该带看房间发起带看。"
+  passwordError: '请设置完整的4位数字密码!',
+  authUserError: '授权失败,此账号不存在!',
+  authTipTitle: '授权须知',
+  authTipContent: "点击【添加用户】后,输入完整的手机账号进行授权。授权后,相应的手机账号登录【四维带看】小程序,可使用该带看房间发起带看。",
+  usingTime: "使用时间",
+  usingTime1: "时间段",
+  usingTime2: "创建时间",
 }

+ 1 - 1
src/views/statistic/tab/tab1.vue

@@ -117,7 +117,7 @@
                 >
                 </a-input>
               </a-form-item>
-              <a-form-item :label="t('room.usingTime')" name="username">
+              <a-form-item :label="t('room.usingTime1')" name="username">
                 <a-range-picker
                   :show-time="{ format: 'HH:mm' }"
                   format="YYYY-MM-DD HH:mm"

+ 1 - 1
src/views/statistic/tab/tab2.vue

@@ -21,7 +21,7 @@
               </a-input>
             </a-form-item>
             <a-form-item
-              :label="t('room.usingTime')"
+              :label="t('room.usingTime2')"
               name="username"
               style="width: 350px"
             >

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

@@ -21,7 +21,7 @@
               </a-input>
             </a-form-item>
             <a-form-item
-              :label="t('room.usingTime')"
+              :label="t('room.usingTime1')"
               name="username"
               style="width: 350px"
             >