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
a66a59fb
Commit
a66a59fb
authored
Feb 23, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
7a799f8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.ts
src/i18n/zh-TW/index.ts
+2
-1
addEditVehicle.vue
src/pages/vehicle/addEditVehicle.vue
+1
-1
No files found.
src/i18n/zh-TW/index.ts
View file @
a66a59fb
...
...
@@ -986,7 +986,8 @@ export default {
tian
:
'天'
,
ms
:
'訂單明細'
,
ds
:
'訂單總天數'
,
nt
:
'沒有訂單信息'
nt
:
'沒有訂單信息'
,
zuo
:
'座'
},
CharteredBus
:{
jiesongdianfw
:
'接送點範圍'
,
...
...
src/pages/vehicle/addEditVehicle.vue
View file @
a66a59fb
...
...
@@ -294,7 +294,7 @@ export default defineComponent({
.
then
(
r
=>
{
if
(
r
.
data
.
resultCode
==
ApiResult
.
SUCCESS
)
{
r
.
data
.
data
.
forEach
((
x
:
any
)
=>
{
x
.
labelName
=
`
${
x
.
Name
}
(
${
x
.
SeatNum
}
)`
x
.
labelName
=
`
${
x
.
Name
}
(
${
x
.
SeatNum
}
${
$t
(
'v102.vehicle.zuo'
)}
)`
})
data
.
vehicletop
=
r
.
data
.
data
...
...
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