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
1c57ea72
Commit
1c57ea72
authored
May 18, 2021
by
Võ Quang Thành Đạt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
72db8f84
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
10 deletions
+14
-10
index.vue
src/components/customer/update-new-customer-dialog/index.vue
+3
-0
index.vue
src/components/post-category/add-post-category/index.vue
+10
-10
updateInformationArtist.ts
...ges/cap-nhat-thong-tin-nghe-sy/updateInformationArtist.ts
+1
-0
No files found.
src/components/customer/update-new-customer-dialog/index.vue
View file @
1c57ea72
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
type=
"text"
type=
"text"
class=
"q-my-sm"
class=
"q-my-sm"
outlined
outlined
readonly
></q-input>
></q-input>
<q-input
<q-input
v-model=
"password"
v-model=
"password"
...
@@ -37,6 +38,7 @@
...
@@ -37,6 +38,7 @@
type=
"password"
type=
"password"
class=
"q-my-sm"
class=
"q-my-sm"
outlined
outlined
readonly
></q-input>
></q-input>
<q-input
<q-input
v-model=
"code"
v-model=
"code"
...
@@ -46,6 +48,7 @@
...
@@ -46,6 +48,7 @@
type=
"text"
type=
"text"
class=
"q-my-sm"
class=
"q-my-sm"
outlined
outlined
readonly
></q-input>
></q-input>
<q-input
<q-input
v-model=
"fullName"
v-model=
"fullName"
...
...
src/components/post-category/add-post-category/index.vue
View file @
1c57ea72
...
@@ -20,6 +20,10 @@
...
@@ -20,6 +20,10 @@
class=
"overflow-auto"
class=
"overflow-auto"
style=
"max-height: calc(100vh - 14rem)"
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
<q-tabs
v-model=
"tabName"
v-model=
"tabName"
dense
dense
...
@@ -46,11 +50,7 @@
...
@@ -46,11 +50,7 @@
>
>
<q-input
<q-input
v-model=
"info.name"
v-model=
"info.name"
:label=
"`$
{
:label=
"$t('postCategory.labelInput.namePost')"
tabName === 'vi'
? $t('postCategory.labelInput.namePost')
: $t('postCategory.labelInput.nameEnglish')
}`"
type=
"text"
type=
"text"
class=
"q-my-sm"
class=
"q-my-sm"
outlined
outlined
...
@@ -60,6 +60,10 @@
...
@@ -60,6 +60,10 @@
</q-tab-panel>
</q-tab-panel>
</q-tab-panels>
</q-tab-panels>
<div
class=
"text-body1 text-weight-regular"
>
{{
$t
(
'postCategory.labelInput.description'
)
}}
<span
style=
"color: red"
>
*
</span>
</div>
<q-tabs
<q-tabs
v-model=
"tabTitle"
v-model=
"tabTitle"
dense
dense
...
@@ -86,11 +90,7 @@
...
@@ -86,11 +90,7 @@
>
>
<q-input
<q-input
v-model=
"info.title"
v-model=
"info.title"
:label=
"`$
{
:label=
"$t('postCategory.labelInput.description')"
tabTitle === 'vi'
? $t('postCategory.labelInput.description')
: $t('postCategory.labelInput.shortDescription')
}`"
type=
"text"
type=
"text"
class=
"q-my-sm"
class=
"q-my-sm"
outlined
outlined
...
...
src/pages/cap-nhat-thong-tin-nghe-sy/updateInformationArtist.ts
View file @
1c57ea72
...
@@ -619,6 +619,7 @@ export default defineComponent({
...
@@ -619,6 +619,7 @@ export default defineComponent({
}
}
}
catch
(
error
)
{}
}
catch
(
error
)
{}
};
};
const
checkValidate
=
()
=>
{
const
checkValidate
=
()
=>
{
let
hasError
=
false
;
let
hasError
=
false
;
if
(
!
artistCode
.
value
||
!
artistCode
.
value
?.
trim
().
length
)
{
if
(
!
artistCode
.
value
||
!
artistCode
.
value
?.
trim
().
length
)
{
...
...
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