fix: clean for remove warning console

This commit is contained in:
puriphatt 2024-07-01 08:40:37 +00:00
parent d1e6239a1f
commit 20e12b407a
6 changed files with 346 additions and 347 deletions

View file

@ -2018,21 +2018,17 @@ watch(inputSearchProductAndService, async () => {
/>
</template>
<div v-if="currentServiceTab === 'serviceInformation'" class="col-10">
<div
v-if="currentServiceTab === 'serviceInformation'"
class="col-md-10 col-sm-12"
>
<div class="surface-1 rounded bordered q-pa-lg full-width row">
<BasicInformation
dense
service
@service-properties="
() => {
tempValueProperties = formDataProductService.attributes;
openPropertiesDialog('service');
}
"
v-model:service-code="formDataProductService.code"
v-model:service-description="formDataProductService.detail"
v-model:service-name-th="formDataProductService.name"
@input-file="inputFile.click()"
/>
</div>
<div class="surface-1 rounded bordered q-mt-md q-pa-lg row">
@ -2050,7 +2046,7 @@ watch(inputSearchProductAndService, async () => {
<div
v-if="currentServiceTab === 'workInformation'"
class="surface-1 rounded bordered col-10 q-pa-lg"
class="surface-1 rounded bordered col-md-10 col-sm-12 q-pa-lg"
>
<FormServiceWork
v-model:work-items="workItems"