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
a8dabd16
Commit
a8dabd16
authored
Feb 02, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
63e85f51
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
CharteredBusList.vue
src/pages/CharteredBus/CharteredBusList.vue
+7
-2
No files found.
src/pages/CharteredBus/CharteredBusList.vue
View file @
a8dabd16
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
{
date
}
from
'quasar'
import
{
date
}
from
'quasar'
import
{
inject
,
provide
,
reactive
,
toRefs
,
defineComponent
}
from
'vue'
;
import
{
inject
,
provide
,
reactive
,
toRefs
,
defineComponent
,
onMounted
}
from
'vue'
;
import
useMetaModule
from
'../../module/meta/metaModule'
import
useMetaModule
from
'../../module/meta/metaModule'
import
{
useI18n
}
from
'vue-i18n'
import
{
useI18n
}
from
'vue-i18n'
import
{
DirtionmaryHelper
}
from
'../../config/dictionary'
;
import
{
DirtionmaryHelper
}
from
'../../config/dictionary'
;
...
@@ -23,7 +23,9 @@ export default defineComponent({
...
@@ -23,7 +23,9 @@ export default defineComponent({
setTitle
(
pageTitle
.
value
)
setTitle
(
pageTitle
.
value
)
const
data
=
reactive
({
const
data
=
reactive
({
})
})
const
search
=
reactive
({
const
search
=
reactive
({
msg
:{
msg
:{
CarType
:
0
,
//类型 1接机 2送机 3包车
CarType
:
0
,
//类型 1接机 2送机 3包车
...
@@ -42,8 +44,11 @@ export default defineComponent({
...
@@ -42,8 +44,11 @@ export default defineComponent({
const
menu
=
inject
(
DirtionmaryHelper
.
MENU_KEYS
)
as
any
const
menu
=
inject
(
DirtionmaryHelper
.
MENU_KEYS
)
as
any
menu
.
value
=
5
menu
.
value
=
5
const
methods
=
{
const
methods
=
{
}
}
onMounted
(()
=>
{
})
return
{
return
{
...
toRefs
(
data
),
...
toRefs
(
data
),
...
methods
...
methods
...
...
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