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
9bc1d68f
Commit
9bc1d68f
authored
Apr 28, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
d252d47f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
+6
-10
customer.ts
src/pages/khach-hang/customer.ts
+0
-8
index.vue
src/pages/khach-hang/index.vue
+6
-2
No files found.
src/pages/khach-hang/customer.ts
View file @
9bc1d68f
...
@@ -142,12 +142,6 @@ export default defineComponent({
...
@@ -142,12 +142,6 @@ export default defineComponent({
const
position
:
Ref
<
string
|
undefined
>
=
ref
();
const
position
:
Ref
<
string
|
undefined
>
=
ref
();
const
phone
:
Ref
<
string
|
undefined
>
=
ref
();
const
phone
:
Ref
<
string
|
undefined
>
=
ref
();
const
status
:
Ref
<
boolean
|
number
>
=
ref
(
true
);
const
status
:
Ref
<
boolean
|
number
>
=
ref
(
true
);
const
ratingOptions
=
ref
([
{
id
:
1
,
text
:
'VIP_1'
},
{
id
:
2
,
text
:
'VIP_2'
},
]);
const
ratingSelected
:
Ref
<
number
|
undefined
>
=
ref
();
const
getListCustomer
=
()
=>
{
const
getListCustomer
=
()
=>
{
// const response = (await api({
// const response = (await api({
// url: API_PATHS.getListArtist,
// url: API_PATHS.getListArtist,
...
@@ -255,8 +249,6 @@ export default defineComponent({
...
@@ -255,8 +249,6 @@ export default defineComponent({
dataTest
,
dataTest
,
totalPage
,
totalPage
,
changePageSize
,
changePageSize
,
ratingSelected
,
ratingOptions
,
};
};
},
},
});
});
src/pages/khach-hang/index.vue
View file @
9bc1d68f
<
template
>
<
template
>
<div
class=
"row q-col-gutter-sm flex-center q-mt-sm"
>
<div
class=
"row q-col-gutter-sm flex-center q-mt-sm"
>
<div
class=
"col-auto text-h6 text-weight-regular flex flex-center q-mr-md"
>
{{
$t
(
'customer.title'
)
}}
<q-separator
vertical
spaced
/>
</div>
<q-space></q-space>
<q-space></q-space>
<div
class=
"col-2"
>
<div
class=
"col-2"
>
<q-input
<q-input
...
@@ -21,8 +25,8 @@
...
@@ -21,8 +25,8 @@
</div>
</div>
<div
class=
"col-2"
dense
outlined
>
<div
class=
"col-2"
dense
outlined
>
<q-select
<q-select
v-model=
"rating
Selected
"
v-model=
"rating
s
"
:options=
"ratingOptions"
:options=
"rating
s
Options"
option-label=
"text"
option-label=
"text"
option-value=
"id"
option-value=
"id"
dense
dense
...
...
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