Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
36fe84ab
Commit
36fe84ab
authored
Feb 17, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7d500d61
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1 deletion
+5
-1
en.js
src/assets/common/lang/en.js
+1
-0
jp.js
src/assets/common/lang/jp.js
+1
-0
zh-tw.js
src/assets/common/lang/zh-tw.js
+1
-0
zh.js
src/assets/common/lang/zh.js
+1
-0
CustomerContactList.vue
src/components/SalesModule/Common/CustomerContactList.vue
+1
-1
No files found.
src/assets/common/lang/en.js
View file @
36fe84ab
...
...
@@ -2700,6 +2700,7 @@ export const op = {
fgszjdb
:
'New Japanese impression'
,
IsSelfGuidedTour
:
'Is it a free trip'
,
EnterpriseWeCh
:
'Enterprise WeCh'
,
ShareInviteCode
:
'Share invitation to activate QR code'
,
}
import
invoicesManager
from
'./EN/invoicesManager'
...
...
src/assets/common/lang/jp.js
View file @
36fe84ab
...
...
@@ -2652,6 +2652,7 @@ export const op={
fgszjdb
:
'日本印象を新たにする'
,
IsSelfGuidedTour
:
'行を自由にするかどうか'
,
EnterpriseWeCh
:
'企業のウィーチャット'
,
ShareInviteCode
:
'共有招待アクティブ化QRコード'
,
}
import
invoicesManager
from
'./Japan/invoicesManager'
...
...
src/assets/common/lang/zh-tw.js
View file @
36fe84ab
...
...
@@ -2682,6 +2682,7 @@ export const op={
fgszjdb
:
'新增日本印象'
,
IsSelfGuidedTour
:
'是否自由行'
,
EnterpriseWeCh
:
'企業微信'
,
ShareInviteCode
:
'分享邀請啟動二維碼'
,
}
import
invoicesManager
from
'./zhTW/invoicesManager'
...
...
src/assets/common/lang/zh.js
View file @
36fe84ab
...
...
@@ -2707,6 +2707,7 @@ export const op={
IsSelfGuidedTour
:
'实际成交单价'
,
smallteam
:
'小包团'
,
EnterpriseWeCh
:
'企业微信'
,
ShareInviteCode
:
'分享邀请激活二维码'
,
}
import
invoicesManager
from
'./zhCN/invoicesManager'
...
...
src/components/SalesModule/Common/CustomerContactList.vue
View file @
36fe84ab
...
...
@@ -81,7 +81,7 @@
<el-tooltip
v-if=
"scope.row.CreateBy==EmployeeId"
class=
"item"
effect=
"dark"
:content=
"$t('adm.adm_resetpd')"
placement=
"top-start"
>
<el-button
@
click
.
stop=
"EditPassword(scope.row)"
style=
"padding:4px"
type=
"success"
icon=
"el-icon-refresh"
circle
></el-button>
</el-tooltip>
<el-tooltip
v-if=
"scope.row.IsActivation==0"
class=
"item"
effect=
"dark"
:content=
"$t('
salesModule.ShareTrip
')"
placement=
"top-start"
>
<el-tooltip
v-if=
"scope.row.IsActivation==0"
class=
"item"
effect=
"dark"
:content=
"$t('
op.ShareInviteCode
')"
placement=
"top-start"
>
<el-popover
width=
"180"
trigger=
"click"
>
<div
class=
"w150"
v-loading=
"wxLoading"
>
<img
style=
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment