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
24053998
Commit
24053998
authored
May 04, 2022
by
Nguyễn Đức Thắng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
0d330504
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
index.vue
src/components/artist-information/VAB-account/index.vue
+2
-2
index.vue
src/pages/nghe-sy/index.vue
+9
-9
AddArtist.ts
src/pages/them-nghe-sy/AddArtist.ts
+6
-6
No files found.
src/components/artist-information/VAB-account/index.vue
View file @
24053998
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
v-if=
"id"
v-if=
"id"
:model-value=
"account"
:model-value=
"account"
@
update:model-value=
"$emit('update:account', $event)"
@
update:model-value=
"$emit('update:account', $event)"
:rules=
"accountRules"
type=
"text"
type=
"text"
dense
dense
readonly
readonly
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
v-else
v-else
:model-value=
"account"
:model-value=
"account"
@
update:model-value=
"$emit('update:account', $event)"
@
update:model-value=
"$emit('update:account', $event)"
:rules=
"accountRules"
type=
"text"
type=
"text"
dense
dense
hide-bottom-space
hide-bottom-space
...
...
src/pages/nghe-sy/index.vue
View file @
24053998
...
@@ -277,15 +277,15 @@ export default defineComponent({
...
@@ -277,15 +277,15 @@ export default defineComponent({
align
:
'left'
,
align
:
'left'
,
sortable
:
false
,
sortable
:
false
,
},
},
{
//
{
name
:
'artistLevel'
,
//
name: 'artistLevel',
field
:
'artistLevel'
,
//
field: 'artistLevel',
required
:
true
,
//
required: true,
label
:
i18n
.
global
.
t
(
'artist.tableColumnsArtist.artistLevel'
),
//
label: i18n.global.t('artist.tableColumnsArtist.artistLevel'),
headerStyle
:
'text-align: center !important;'
,
//
headerStyle: 'text-align: center !important;',
align
:
'left'
,
//
align: 'left',
sortable
:
false
,
//
sortable: false,
},
//
},
{
{
name
:
'favoriteScore'
,
name
:
'favoriteScore'
,
field
:
'favoriteScore'
,
field
:
'favoriteScore'
,
...
...
src/pages/them-nghe-sy/AddArtist.ts
View file @
24053998
...
@@ -168,7 +168,9 @@ export default defineComponent({
...
@@ -168,7 +168,9 @@ export default defineComponent({
const
musicRules
=
ref
(
false
);
const
musicRules
=
ref
(
false
);
const
qualificationRules
=
ref
(
false
);
const
qualificationRules
=
ref
(
false
);
const
artistLevelRules
=
ref
(
false
);
const
artistLevelRules
=
ref
(
false
);
const
errorMessEmail
=
ref
(
const
errorMessEmail
=
ref
(
i18n
.
global
.
t
(
'artist.artistInformation.validateMessages.requireEmail'
)
i18n
.
global
.
t
(
'artist.artistInformation.validateMessages.requireEmail'
)
);
);
const
errorMessPhoneNumber
=
ref
(
const
errorMessPhoneNumber
=
ref
(
...
@@ -718,10 +720,7 @@ export default defineComponent({
...
@@ -718,10 +720,7 @@ export default defineComponent({
);
);
}
}
// if (artistLevel.value === null) {
// hasError = true;
// artistLevelRules.value = true;
// }
if
(
!
fields
.
value
)
{
if
(
!
fields
.
value
)
{
hasError
=
true
;
hasError
=
true
;
fieldRules
.
value
=
true
;
fieldRules
.
value
=
true
;
...
@@ -981,7 +980,8 @@ export default defineComponent({
...
@@ -981,7 +980,8 @@ export default defineComponent({
musicRules
,
musicRules
,
qualificationRules
,
qualificationRules
,
artistLevelRules
,
artistLevelRules
,
errorMessEmail
,
errorMessEmail
,
errorMessPhoneNumber
,
errorMessPhoneNumber
,
confirmChangeIsDefault
,
confirmChangeIsDefault
,
favoriteScore
,
favoriteScore
,
...
...
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