Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
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
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
罗超
bigwood
Commits
a4f44c5e
Commit
a4f44c5e
authored
Feb 20, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b3c429e2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
100 additions
and
42 deletions
+100
-42
App.vue
src/App.vue
+6
-0
index.ts
src/i18n/zh-TW/index.ts
+2
-0
addEditVehicle.vue
src/pages/vehicle/addEditVehicle.vue
+92
-42
No files found.
src/App.vue
View file @
a4f44c5e
...
...
@@ -368,4 +368,10 @@ body
</
style
>
<
style
>
@import
url("//at.alicdn.com/t/c/font_1890699_q162a9wo98a.css")
;
.w100
{
width
:
100px
;
}
.w200
{
width
:
200px
;
}
</
style
>
src/i18n/zh-TW/index.ts
View file @
a4f44c5e
...
...
@@ -916,6 +916,8 @@ export default {
th2
:
'第幾天'
,
th3
:
'用車類型'
,
th4
:
'行程信息'
,
th5
:
'操作'
,
th6
:
'删除'
,
},
add
:
'添加'
,
add2
:
'修改'
,
...
...
src/pages/vehicle/addEditVehicle.vue
View file @
a4f44c5e
This diff is collapsed.
Click to expand it.
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