Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
fukai
vue-gjjs
Commits
e3ff1db5
Commit
e3ff1db5
authored
Apr 08, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公共国际化调整
parent
f961a48e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
TableColumnItem.vue
src/components/TableColumnItem.vue
+1
-1
Ptap.vue
src/views/Public/Ptap.vue
+2
-2
Ptap1.vue
src/views/Public/Ptap1.vue
+1
-1
PtapWithRole.vue
src/views/Public/PtapWithRole.vue
+1
-1
No files found.
src/components/TableColumnItem.vue
View file @
e3ff1db5
...
...
@@ -24,7 +24,7 @@ export default {
if
(
lang
===
"zh"
)
{
return
this
.
label
;
}
return
this
.
$t
(
`columns.
${
this
.
label
}
`
)
return
this
.
$t
(
`c
ustom.c
olumns.
${
this
.
label
}
`
)
}
}
};
...
...
src/views/Public/Ptap.vue
View file @
e3ff1db5
...
...
@@ -42,7 +42,7 @@
type=
"primary"
@
click=
"onAplpDet"
>
{{
$t
(
'buttons.details'
)
}}
{{
$t
(
'
custom.
buttons.details'
)
}}
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -79,7 +79,7 @@
type=
"primary"
@
click=
"onAplpDet"
>
{{
$t
(
'buttons.details'
)
}}
{{
$t
(
'
custom.
buttons.details'
)
}}
</c-button>
</
template
>
</c-fullbox>
...
...
src/views/Public/Ptap1.vue
View file @
e3ff1db5
...
...
@@ -36,7 +36,7 @@
type=
"primary"
@
click=
"onAplpDet"
>
{{
$t
(
'buttons.details'
)
}}
{{
$t
(
'
custom.
buttons.details'
)
}}
</c-button>
<!--
</el-form-item>
-->
</c-col>
...
...
src/views/Public/PtapWithRole.vue
View file @
e3ff1db5
...
...
@@ -63,7 +63,7 @@
type=
"primary"
@
click=
"onAplpDet"
>
{{
$t
(
'buttons.details'
)
}}
{{
$t
(
'
custom.
buttons.details'
)
}}
</c-button>
<!--
</el-form-item>
-->
</c-col>
...
...
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