Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quasar-web-base
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
Nguyễn Hải Sơn
quasar-web-base
Commits
13b50673
Commit
13b50673
authored
Jul 09, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
7a6f9e9d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
index.vue
src/components/user-management/add-new-user-dialog/index.vue
+0
-1
index.vue
src/components/user-management/update-user-dialog/index.vue
+0
-1
index.vue
src/pages/danh-sach-booking/index.vue
+6
-6
No files found.
src/components/user-management/add-new-user-dialog/index.vue
View file @
13b50673
...
...
@@ -170,7 +170,6 @@
option-value=
"id"
option-label=
"groupName"
multiple
use-input
use-chips
map-options
emit-value
...
...
src/components/user-management/update-user-dialog/index.vue
View file @
13b50673
...
...
@@ -140,7 +140,6 @@
:options=
"listGroup"
option-value=
"id"
option-label=
"groupName"
use-input
use-chips
map-options
multiple
...
...
src/pages/danh-sach-booking/index.vue
View file @
13b50673
...
...
@@ -386,8 +386,8 @@ export default defineComponent({
const
pageIndex
=
ref
(
1
);
const
pageSize
=
ref
(
20
);
const
totalPage
=
ref
(
1
);
const
sreachArtist
:
Ref
<
string
|
null
>
=
ref
(
null
);
const
sreachUserName
:
Ref
<
string
|
null
>
=
ref
(
null
);
const
sreachArtist
:
Ref
<
ListArrayArtist
|
null
>
=
ref
(
null
);
const
sreachUserName
:
Ref
<
ListArrayArtist
|
null
>
=
ref
(
null
);
const
sreachStatus
:
Ref
<
{
id
:
number
;
name
:
string
;
color
:
string
}
|
undefined
>
=
ref
(
undefined
);
...
...
@@ -448,10 +448,10 @@ export default defineComponent({
params
:
{
pageIndex
:
pageIndex
.
value
,
pageSize
:
pageSize
.
value
,
artistId
:
sreachArtist
.
value
,
custId
:
sreachUserName
.
value
,
status
:
sreachStatus
.
value
,
performBooking
:
sreachPerformStatus
.
value
,
artistId
:
sreachArtist
.
value
?.
id
,
custId
:
sreachUserName
.
value
?.
id
,
status
:
sreachStatus
.
value
?.
id
,
performBooking
:
sreachPerformStatus
.
value
?.
id
,
fromTime
:
moment
(
date
.
value
[
0
],
'DD/MM/YYYY'
).
format
(
'DD/MM/YYYY'
),
toTime
:
moment
(
date
.
value
[
1
],
'DD/MM/YYYY'
).
format
(
'DD/MM/YYYY'
),
},
...
...
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