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
777156e4
Commit
777156e4
authored
Apr 11, 2023
by
Nguyễn Đức Thắng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f2b299b6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
type.ts
src/assets/type.ts
+1
-1
index.vue
...components/units-manager/add-update-unit-dialog/index.vue
+2
-2
index.vue
src/pages/danh-sach-booking/index.vue
+6
-6
index.vue
src/pages/nghe-sy/index.vue
+1
-1
No files found.
src/assets/type.ts
View file @
777156e4
...
...
@@ -4,7 +4,7 @@ export type PaginationResponse<DataType> = {
pageIndex
:
null
|
number
;
pageSize
:
null
|
number
;
totalPages
:
number
;
totalRecords
:
string
;
totalRecords
:
string
;
beginIndex
:
number
;
endIndex
:
number
;
data
:
DataType
[];
...
...
src/components/units-manager/add-update-unit-dialog/index.vue
View file @
777156e4
...
...
@@ -15,7 +15,7 @@
?
$t
(
'managingUnit.dialogLabel.title.add'
)
:
$t
(
'managingUnit.dialogLabel.title.update'
)
}}
123
</q-item-label>
</q-item-section>
</q-item>
...
...
@@ -695,7 +695,7 @@ export default defineComponent({
()
=>
contractTimeFrom
.
value
,
(
value
)
=>
{
if
(
value
)
{
console
.
log
(
value
,
'12312312'
);
const
fromDate
=
moment
(
value
,
'DD/MM/YYYY'
,
true
).
toDate
();
const
toDate
=
contractTimeTo
.
value
?
moment
(
contractTimeTo
.
value
,
'DD/MM/YYYY'
,
true
).
toDate
()
...
...
src/pages/danh-sach-booking/index.vue
View file @
777156e4
...
...
@@ -177,8 +177,8 @@
class=
"sticky-header-table"
>
<
template
v-slot:body-cell-action=
"rowData"
>
<q-td
style=
"padding: 0; text-align: center"
>
<div
style=
"display: flex"
>
<q-td
style=
"padding: 0; text-align: center"
>
<div
v-if=
"rowData.row.status !== 1 && rowData.row.status ! == 2"
style=
"display: flex"
>
<q-btn
flat
round
...
...
@@ -256,7 +256,7 @@
size="sm"
label
:color="data.color"
>
{{
data
.
name
}}
</q-chip
>
{{
data
.
name
}}
</q-chip
>
</
template
>
</q-td>
...
...
@@ -579,7 +579,7 @@ export default defineComponent({
const
TotalRefundAmount
:
Ref
<
string
|
undefined
>
=
ref
(
''
);
const
TotalExpectedFee
:
Ref
<
string
|
undefined
>
=
ref
(
''
);
const
DepositRequiredTotal
:
Ref
<
string
|
undefined
>
=
ref
(
''
);
const
t
otalRecords
:
Ref
<
string
|
undefined
>
=
ref
(
''
);
const
T
otalRecords
:
Ref
<
string
|
undefined
>
=
ref
(
''
);
const
sreachStatus
:
Ref
<
{
id
:
number
;
name
:
string
;
color
:
string
}
|
undefined
>
=
ref
(
undefined
);
...
...
@@ -718,7 +718,7 @@ export default defineComponent({
// amount: response.data.data.totalExpectedFee,
// });
//
totalRecords = formatMoney({amount: response.data.data.totalRecords})
//
TotalRecords = formatMoney({amount: response.data.data.totalRecords } )
}
}
catch
(
error
)
{}
};
...
...
@@ -802,7 +802,7 @@ export default defineComponent({
ListPerformStatus
,
sreachStatus
,
sreachPerformStatus
,
t
otalRecords
,
T
otalRecords
,
openUpdate
,
};
},
...
...
src/pages/nghe-sy/index.vue
View file @
777156e4
...
...
@@ -630,7 +630,7 @@ export default defineComponent({
if
(
response
.
data
.
error
.
code
===
config
.
API_RES_CODE
.
OK
.
code
)
{
userTableRowsArtist
.
value
=
response
.
data
.
data
.
data
;
totalPage
.
value
=
response
.
data
.
data
.
totalPages
;
totalRecords
.
value
=
response
.
data
.
data
.
totalRecords
;
totalRecords
.
value
=
response
.
data
.
data
.
totalRecords
;
}
}
catch
(
error
)
{}
};
...
...
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