Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
d9f06171
Commit
d9f06171
authored
Sep 16, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
basecolums
parent
ae2add9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
baseColums.js
pages/import/baseColums.js
+5
-0
process.vue
pages/import/process.vue
+1
-1
No files found.
pages/import/baseColums.js
View file @
d9f06171
//基础导入列表表头
import
VueI18n
from
'vue-i18n'
;
import
Languages
from
'@/i18n/locale'
;
import
ViewUI
from
'view-design'
var
i18n
=
new
VueI18n
({
locale
:
'zh-CN'
,
messages
:
Languages
...
...
@@ -643,5 +644,9 @@ export default {
l6
(
key
)
{
key
=
"product_info"
+
"."
+
key
;
return
i18n
.
t
(
key
);
},
test
()
{
ViewUI
.
Message
.
error
(
"terterer"
)
}
}
\ No newline at end of file
pages/import/process.vue
View file @
d9f06171
...
...
@@ -960,8 +960,8 @@ export default {
.ivu-footer-toolbar {
text-align: left;
// background: #f5f5f5;
// background: #f5f5f5;
.ivu-footer-toolbar-right {
float: left;
}
...
...
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