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
80b5af35
Commit
80b5af35
authored
May 19, 2021
by
Võ Quang Thành Đạt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
1f8b8064
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
15 deletions
+12
-15
index.vue
src/components/post-category/add-post-category/index.vue
+1
-2
index.vue
src/components/post-category/update-post-category/index.vue
+9
-11
UserGroup.ts
src/components/user-group/UserGroup.ts
+2
-2
No files found.
src/components/post-category/add-post-category/index.vue
View file @
80b5af35
...
...
@@ -61,8 +61,7 @@
</q-tab-panels>
<div
class=
"text-body1 text-weight-regular"
>
{{
$t
(
'postCategory.labelInput.description'
)
}}
<span
style=
"color: red"
>
*
</span>
{{
$t
(
'postCategory.labelInput.description'
)
}}
</div>
<q-tabs
v-model=
"tabTitle"
...
...
src/components/post-category/update-post-category/index.vue
View file @
80b5af35
...
...
@@ -20,6 +20,10 @@
class=
"overflow-auto"
style=
"max-height: calc(100vh - 14rem)"
>
<div
class=
"text-body1 text-weight-regular"
>
{{
$t
(
'postCategory.labelInput.namePost'
)
}}
<span
style=
"color: red"
>
*
</span>
</div>
<q-tabs
v-model=
"tabName"
dense
...
...
@@ -46,11 +50,7 @@
>
<q-input
v-model=
"info.name"
:label=
"`$
{
tabName === 'vi'
? $t('postCategory.labelInput.namePost')
: $t('postCategory.labelInput.nameEnglish')
}`"
:label=
"$t('postCategory.labelInput.namePost')"
type=
"text"
class=
"q-my-sm"
outlined
...
...
@@ -59,7 +59,9 @@
></q-input>
</q-tab-panel>
</q-tab-panels>
<div
class=
"text-body1 text-weight-regular"
>
{{
$t
(
'postCategory.labelInput.description'
)
}}
</div>
<q-tabs
v-model=
"tabTitle"
dense
...
...
@@ -86,11 +88,7 @@
>
<q-input
v-model=
"info.title"
:label=
"`$
{
tabTitle === 'vi'
? $t('postCategory.labelInput.description')
: $t('postCategory.labelInput.shortDescription')
}`"
:label=
"$t('postCategory.labelInput.description')"
type=
"text"
class=
"q-my-sm"
outlined
...
...
src/components/user-group/UserGroup.ts
View file @
80b5af35
...
...
@@ -23,8 +23,8 @@ export default defineComponent({
return
props
.
listUsers
.
filter
(
(
group
)
=>
group
.
groupName
.
includes
(
keyword
.
value
.
trim
())
||
group
.
groupName
.
includes
(
keyword
.
value
.
t
rim
().
toUpperCase
())
||
group
.
groupName
.
includes
(
keyword
.
value
.
trim
().
to
Low
erCase
())
group
.
groupName
.
includes
(
keyword
.
value
.
t
oLowerCase
().
trim
())
||
group
.
groupName
.
includes
(
keyword
.
value
.
trim
().
to
Upp
erCase
())
);
});
...
...
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