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
07c384e0
Commit
07c384e0
authored
May 18, 2021
by
Võ Quang Thành Đạt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
1c57ea72
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
51 deletions
+15
-51
index.vue
src/components/post-category/add-post-category/index.vue
+2
-20
UpdatePostCategory.ts
.../post-category/update-post-category/UpdatePostCategory.ts
+8
-8
index.vue
src/components/post-category/update-post-category/index.vue
+4
-22
AddArtist.ts
src/pages/them-nghe-sy/AddArtist.ts
+1
-1
No files found.
src/components/post-category/add-post-category/index.vue
View file @
07c384e0
...
...
@@ -136,7 +136,7 @@
size=
"50px"
></q-toggle>
</div>
<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
...
...
@@ -149,24 +149,6 @@
<q-separator
vertical
spaced
/>
</div>
<q-space></q-space>
<!--
<div
class=
"col-2"
>
<q-input
v-model=
"keywordSearch"
dense
outlined
:label=
"$t('postCategory.tableColumnsPost.name')"
clearable
></q-input>
</div>
<div
class=
"col-auto"
>
<q-btn
color=
"primary"
no-caps
:label=
"$t('crudActions.search')"
style=
"width: 100px"
>
</q-btn>
</div>
-->
<div
class=
"col-auto"
>
<q-btn
color=
"primary"
...
...
@@ -229,7 +211,7 @@
</
template
>
</q-table>
</div>
</div>
</div>
-->
</q-card-section>
<q-card-actions
align=
"right"
>
...
...
src/components/post-category/update-post-category/UpdatePostCategory.ts
View file @
07c384e0
...
...
@@ -103,14 +103,14 @@ export default defineComponent({
align
:
'center'
,
sortable
:
false
,
},
{
name
:
'action'
,
field
:
'action'
,
required
:
true
,
label
:
i18n
.
global
.
t
(
'postCategory.tableColumnsPost.action'
),
align
:
'center'
,
sortable
:
false
,
},
//
{
//
name: 'action',
//
field: 'action',
//
required: true,
//
label: i18n.global.t('postCategory.tableColumnsPost.action'),
//
align: 'center',
//
sortable: false,
//
},
];
const
userTableRowsPost
:
Ref
<
PostType
[]
>
=
ref
([]);
const
isOpenListPost
:
Ref
<
boolean
>
=
ref
(
false
);
...
...
src/components/post-category/update-post-category/index.vue
View file @
07c384e0
...
...
@@ -149,25 +149,7 @@
<q-separator
vertical
spaced
/>
</div>
<q-space></q-space>
<!--
<div
class=
"col-2"
>
<q-input
v-model=
"keywordSearch"
dense
outlined
:label=
"$t('postCategory.tableColumnsPost.name')"
clearable
></q-input>
</div>
<div
class=
"col-auto"
>
<q-btn
color=
"primary"
no-caps
:label=
"$t('crudActions.search')"
style=
"width: 100px"
>
</q-btn>
</div>
-->
<div
class=
"col-auto"
>
<!--
<div
class=
"col-auto"
>
<q-btn
color=
"primary"
no-caps
...
...
@@ -176,7 +158,7 @@
@
click=
"isOpenListPost = true"
>
</q-btn>
</div>
</div>
-->
<div
class=
"col-12 q-mt-sm"
>
<q-table
:rows=
"userTableRowsPost"
...
...
@@ -210,7 +192,7 @@
</div>
</q-td>
</
template
>
<
template
v-slot:body-cell-action=
"post"
>
<
!-- <
template v-slot:body-cell-action="post">
<q-td style="padding: 0; height: 100%">
<div align="center">
<q-btn
...
...
@@ -226,7 +208,7 @@
</q-btn>
</div>
</q-td>
</
template
>
</template>
-->
</q-table>
</div>
</div>
...
...
src/pages/them-nghe-sy/AddArtist.ts
View file @
07c384e0
...
...
@@ -690,7 +690,7 @@ export default defineComponent({
account
:
null
,
socialEmbedded
:
socialEmbedded
.
value
,
artistLevel
:
artistLevel
.
value
,
fields
:
fields
.
value
,
fields
:
[
fields
.
value
]
,
nationality
:
nationality
.
value
,
qualification
:
qualification
.
value
,
works
:
works
.
value
,
...
...
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