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
24aff151
Commit
24aff151
authored
Jun 03, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update fix-bug
parent
c673c59d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
19 deletions
+20
-19
index.vue
...components/units-manager/add-update-unit-dialog/index.vue
+13
-11
index.vue
src/components/user-management/add-new-user-dialog/index.vue
+2
-2
index.vue
src/components/user-management/update-user-dialog/index.vue
+2
-2
index.ts
src/i18n/vi/index.ts
+2
-2
index.vue
src/pages/don-vi-chu-quan/index.vue
+1
-2
No files found.
src/components/units-manager/add-update-unit-dialog/index.vue
View file @
24aff151
...
@@ -86,6 +86,17 @@
...
@@ -86,6 +86,17 @@
outlined
outlined
clearable
clearable
></q-input>
></q-input>
<q-input
:model-value=
"address"
@
update:model-value=
"$emit('update:address', $event)"
:label=
"$t('managingUnit.dialogLabel.fieldLabels.address')"
class=
"q-my-sm"
type=
"text"
outlined
:rules=
"addressRules"
clearable
></q-input>
<q-select
<q-select
:model-value=
"fields"
:model-value=
"fields"
@
update:model-value=
"$emit('update:fields', $event)"
@
update:model-value=
"$emit('update:fields', $event)"
...
@@ -108,16 +119,6 @@
...
@@ -108,16 +119,6 @@
</q-item>
</q-item>
</
template
></q-select
</
template
></q-select
>
>
<q-input
:model-value=
"address"
@
update:model-value=
"$emit('update:address', $event)"
:label=
"$t('managingUnit.dialogLabel.fieldLabels.address')"
class=
"q-my-sm"
type=
"text"
outlined
:rules=
"addressRules"
clearable
></q-input>
<div
class=
"q-pt-sm q-pl-sm"
>
<div
class=
"q-pt-sm q-pl-sm"
>
<span
class=
"text-body1"
>
{{
<span
class=
"text-body1"
>
{{
$t('managingUnit.dialogLabel.fieldLabels.status')
$t('managingUnit.dialogLabel.fieldLabels.status')
...
@@ -132,6 +133,7 @@
...
@@ -132,6 +133,7 @@
</div>
</div>
</div>
</div>
<!-- nghệ sỹ -->
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-auto text-h6 text-weight-regular flex q-ml-md"
>
<div
class=
"col-auto text-h6 text-weight-regular flex q-ml-md"
>
{{ $t('managingUnitAdd.titleAdd')
{{ $t('managingUnitAdd.titleAdd')
...
@@ -149,7 +151,6 @@
...
@@ -149,7 +151,6 @@
</q-btn>
</q-btn>
</div>
</div>
</div>
</div>
<div
class=
"col-12 q-mt-sm"
>
<div
class=
"col-12 q-mt-sm"
>
<q-table
<q-table
:rows=
"artistList"
:rows=
"artistList"
...
@@ -214,6 +215,7 @@
...
@@ -214,6 +215,7 @@
</q-table>
</q-table>
</div>
</div>
<!-- ngân hàng -->
<div
class=
"row q-pt-lg"
>
<div
class=
"row q-pt-lg"
>
<div
class=
"col-auto text-h6 text-weight-regular flex q-ml-md"
>
<div
class=
"col-auto text-h6 text-weight-regular flex q-ml-md"
>
{{ $t('managingUnitAdd.titleUnitBankAccount')
{{ $t('managingUnitAdd.titleUnitBankAccount')
...
...
src/components/user-management/add-new-user-dialog/index.vue
View file @
24aff151
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
:model-value=
"mobileNumber"
:model-value=
"mobileNumber"
@
update:model-value=
"$emit('update:mobileNumber', $event)"
@
update:model-value=
"$emit('update:mobileNumber', $event)"
:label=
"$t('userPage.dialogLabel.fieldLabels.mobileNumber')"
:label=
"$t('userPage.dialogLabel.fieldLabels.mobileNumber')"
type=
"number
"
mask=
"#############
"
class=
"q-my-sm"
class=
"q-my-sm"
outlined
outlined
:rules=
"mobileNumberRules"
:rules=
"mobileNumberRules"
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
:model-value=
"phoneNumber"
:model-value=
"phoneNumber"
@
update:model-value=
"$emit('update:phoneNumber', $event)"
@
update:model-value=
"$emit('update:phoneNumber', $event)"
:label=
"$t('userPage.dialogLabel.fieldLabels.phoneNumber')"
:label=
"$t('userPage.dialogLabel.fieldLabels.phoneNumber')"
type=
"number
"
mask=
"#############
"
class=
"q-my-sm"
class=
"q-my-sm"
outlined
outlined
></q-input>
></q-input>
...
...
src/components/user-management/update-user-dialog/index.vue
View file @
24aff151
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
:model-value=
"mobileNumber"
:model-value=
"mobileNumber"
@
update:model-value=
"$emit('update:mobileNumber', $event)"
@
update:model-value=
"$emit('update:mobileNumber', $event)"
:label=
"$t('userPage.dialogLabel.fieldLabels.mobileNumber')"
:label=
"$t('userPage.dialogLabel.fieldLabels.mobileNumber')"
type=
"number
"
mask=
"##########
"
class=
"q-my-sm"
class=
"q-my-sm"
outlined
outlined
:rules=
"mobileNumberRules"
:rules=
"mobileNumberRules"
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
:model-value=
"phoneNumber"
:model-value=
"phoneNumber"
@
update:model-value=
"$emit('update:phoneNumber', $event)"
@
update:model-value=
"$emit('update:phoneNumber', $event)"
:label=
"$t('userPage.dialogLabel.fieldLabels.phoneNumber')"
:label=
"$t('userPage.dialogLabel.fieldLabels.phoneNumber')"
type=
"number
"
mask=
"#############
"
class=
"q-my-sm"
class=
"q-my-sm"
outlined
outlined
></q-input>
></q-input>
...
...
src/i18n/vi/index.ts
View file @
24aff151
...
@@ -218,14 +218,14 @@ export default {
...
@@ -218,14 +218,14 @@ export default {
noDataTable
:
'Không có dữ liệu'
,
noDataTable
:
'Không có dữ liệu'
,
tableColumns
:
{
tableColumns
:
{
sttAdd
:
'STT'
,
sttAdd
:
'STT'
,
nameAdd
:
'Tên
N
ghệ sỹ'
,
nameAdd
:
'Tên
n
ghệ sỹ'
,
myedityAdd
:
'Nghệ danh'
,
myedityAdd
:
'Nghệ danh'
,
fieldsAdd
:
'Lĩnh vực'
,
fieldsAdd
:
'Lĩnh vực'
,
timeAdd
:
'Thời gian hợp đồng'
,
timeAdd
:
'Thời gian hợp đồng'
,
action
:
'Chức năng'
,
action
:
'Chức năng'
,
//ds nghệ sỹ
//ds nghệ sỹ
sttUpdate
:
'STT'
,
sttUpdate
:
'STT'
,
nameUpdate
:
'Tên
N
ghệ sỹ'
,
nameUpdate
:
'Tên
n
ghệ sỹ'
,
myedityUpdate
:
'Nghệ danh'
,
myedityUpdate
:
'Nghệ danh'
,
fieldsUpdate
:
'Lĩnh vực'
,
fieldsUpdate
:
'Lĩnh vực'
,
timeUpdate
:
'Thời gian hợp đồng'
,
timeUpdate
:
'Thời gian hợp đồng'
,
...
...
src/pages/don-vi-chu-quan/index.vue
View file @
24aff151
...
@@ -168,7 +168,6 @@ import { i18n } from 'src/boot/i18n';
...
@@ -168,7 +168,6 @@ import { i18n } from 'src/boot/i18n';
import
{
defineComponent
,
onMounted
,
ref
,
Ref
}
from
'vue'
;
import
{
defineComponent
,
onMounted
,
ref
,
Ref
}
from
'vue'
;
import
Pagination
from
'components/pagination/index.vue'
;
import
Pagination
from
'components/pagination/index.vue'
;
import
{
Dialog
,
Notify
}
from
'quasar'
;
import
{
Dialog
,
Notify
}
from
'quasar'
;
import
{
API_PATHS
}
from
'src/assets/configurations'
;
import
{
AxiosResponse
}
from
'axios'
;
import
{
AxiosResponse
}
from
'axios'
;
import
{
api
,
BaseResponseBody
}
from
'src/boot/axios'
;
import
{
api
,
BaseResponseBody
}
from
'src/boot/axios'
;
import
{
import
{
...
@@ -178,7 +177,7 @@ import {
...
@@ -178,7 +177,7 @@ import {
ArtistOwnerAdd
,
ArtistOwnerAdd
,
DetailUnit
,
DetailUnit
,
}
from
'src/assets/type'
;
}
from
'src/assets/type'
;
import
{
config
}
from
'src/assets/configurations'
;
import
{
config
,
API_PATHS
}
from
'src/assets/configurations'
;
import
AddUpdateUnitDialog
from
'components/units-manager/add-update-unit-dialog/index.vue'
;
import
AddUpdateUnitDialog
from
'components/units-manager/add-update-unit-dialog/index.vue'
;
import
{
UnitStatus
}
from
'src/assets/enums'
;
import
{
UnitStatus
}
from
'src/assets/enums'
;
...
...
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