refactor: permission product service

This commit is contained in:
Methapon Metanipat 2024-09-10 14:36:36 +07:00
parent 67d360c92b
commit ed692c823d
5 changed files with 48 additions and 372 deletions

View file

@ -94,7 +94,7 @@ watch(
hide-bottom-space
input-debounce="0"
:disable="!readonly && disableCode"
class="col-md-3 col-6"
class="col-md-4 col-12"
v-model="code"
id="select-br-id"
option-label="label"
@ -123,7 +123,7 @@ watch(
:readonly="readonly"
:borderless="readonly"
hide-bottom-space
class="col-6"
class="col-md-8 col-12"
:label="$t('productService.product.name')"
v-model="name"
:rules="[(val: string) => !!val || $t('form.error.required')]"