Commit 24aff151 authored by Tình Trương's avatar Tình Trương

update fix-bug

parent c673c59d
......@@ -86,6 +86,17 @@
outlined
clearable
></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
:model-value="fields"
@update:model-value="$emit('update:fields', $event)"
......@@ -108,16 +119,6 @@
</q-item>
</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">
<span class="text-body1">{{
$t('managingUnit.dialogLabel.fieldLabels.status')
......@@ -132,6 +133,7 @@
</div>
</div>
<!-- nghệ sỹ -->
<div class="row">
<div class="col-auto text-h6 text-weight-regular flex q-ml-md">
{{ $t('managingUnitAdd.titleAdd')
......@@ -149,7 +151,6 @@
</q-btn>
</div>
</div>
<div class="col-12 q-mt-sm">
<q-table
:rows="artistList"
......@@ -214,6 +215,7 @@
</q-table>
</div>
<!-- ngân hàng -->
<div class="row q-pt-lg">
<div class="col-auto text-h6 text-weight-regular flex q-ml-md">
{{ $t('managingUnitAdd.titleUnitBankAccount')
......
......@@ -64,7 +64,7 @@
:model-value="mobileNumber"
@update:model-value="$emit('update:mobileNumber', $event)"
:label="$t('userPage.dialogLabel.fieldLabels.mobileNumber')"
type="number"
mask="#############"
class="q-my-sm"
outlined
:rules="mobileNumberRules"
......@@ -84,7 +84,7 @@
:model-value="phoneNumber"
@update:model-value="$emit('update:phoneNumber', $event)"
:label="$t('userPage.dialogLabel.fieldLabels.phoneNumber')"
type="number"
mask="#############"
class="q-my-sm"
outlined
></q-input>
......
......@@ -44,7 +44,7 @@
:model-value="mobileNumber"
@update:model-value="$emit('update:mobileNumber', $event)"
:label="$t('userPage.dialogLabel.fieldLabels.mobileNumber')"
type="number"
mask="##########"
class="q-my-sm"
outlined
:rules="mobileNumberRules"
......@@ -54,7 +54,7 @@
:model-value="phoneNumber"
@update:model-value="$emit('update:phoneNumber', $event)"
:label="$t('userPage.dialogLabel.fieldLabels.phoneNumber')"
type="number"
mask="#############"
class="q-my-sm"
outlined
></q-input>
......
......@@ -218,14 +218,14 @@ export default {
noDataTable: 'Không có dữ liệu',
tableColumns: {
sttAdd: 'STT',
nameAdd: 'Tên Nghệ sỹ',
nameAdd: 'Tên nghệ sỹ',
myedityAdd: 'Nghệ danh',
fieldsAdd: 'Lĩnh vực',
timeAdd: 'Thời gian hợp đồng',
action: 'Chức năng',
//ds nghệ sỹ
sttUpdate: 'STT',
nameUpdate: 'Tên Nghệ sỹ',
nameUpdate: 'Tên nghệ sỹ',
myedityUpdate: 'Nghệ danh',
fieldsUpdate: 'Lĩnh vực',
timeUpdate: 'Thời gian hợp đồng',
......
......@@ -168,7 +168,6 @@ import { i18n } from 'src/boot/i18n';
import { defineComponent, onMounted, ref, Ref } from 'vue';
import Pagination from 'components/pagination/index.vue';
import { Dialog, Notify } from 'quasar';
import { API_PATHS } from 'src/assets/configurations';
import { AxiosResponse } from 'axios';
import { api, BaseResponseBody } from 'src/boot/axios';
import {
......@@ -178,7 +177,7 @@ import {
ArtistOwnerAdd,
DetailUnit,
} 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 { UnitStatus } from 'src/assets/enums';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment