Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
lanbaoming
jiedao-web-master
Commits
9d540f85
Commit
9d540f85
authored
Dec 27, 2024
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控货多语言
parent
9f5b3623
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
ReleaseLog.vue
src/views/jiedao/profile/components/ReleaseLog.vue
+11
-3
No files found.
src/views/jiedao/profile/components/ReleaseLog.vue
View file @
9d540f85
...
...
@@ -15,8 +15,16 @@
{{
type
[
row
.
userType
]
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"type"
:label=
"$t('操作类型')"
align=
"center"
header-align=
"center"
/>
<el-table-column
prop=
"msg"
:label=
"$t('备注')"
align=
"center"
header-align=
"center"
/>
<el-table-column
prop=
"type"
:label=
"$t('操作类型')"
align=
"center"
header-align=
"center"
>
<
template
slot-scope=
"{ row }"
>
{{
$i18n
.
locale
==
0
?
row
.
type
:
row
.
typeEn
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"msg"
:label=
"$t('备注')"
align=
"center"
header-align=
"center"
>
<
template
slot-scope=
"{ row }"
>
{{
$i18n
.
locale
==
0
?
row
.
msg
:
row
.
msgEn
}}
</
template
>
</el-table-column>
</el-table>
</el-dialog>
</template>
...
...
@@ -30,7 +38,7 @@ export default {
return
{
parseTime
,
logData
:
[],
type
:
[
''
,
this
.
$t
(
'
会员
'
),
this
.
$t
(
'
管理员
'
)]
type
:
[
''
,
this
.
$t
(
'
orderdetail.member
'
),
this
.
$t
(
'
orderdetail.admin
'
)]
}
},
created
()
{
...
...
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