fix(04): basic info col
This commit is contained in:
parent
ae148e4656
commit
6d51c9a6ab
1 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ watch(
|
|||
hide-bottom-space
|
||||
input-debounce="0"
|
||||
:disable="!readonly && disableCode"
|
||||
class="col-md-4 col-12"
|
||||
class="col-md-3 col-12"
|
||||
v-model="code"
|
||||
id="select-br-id"
|
||||
for="select-br-id"
|
||||
|
|
@ -137,7 +137,7 @@ watch(
|
|||
:readonly="readonly"
|
||||
:borderless="readonly"
|
||||
hide-bottom-space
|
||||
class="col-md-3 col-6"
|
||||
class="col-md-2 col-6"
|
||||
:label="$t('productService.product.processingTime')"
|
||||
v-model="process"
|
||||
type="number"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue