changes
This commit is contained in:
@@ -137,7 +137,6 @@ async function submit() {
|
||||
field: 'name',
|
||||
column: ['name'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.color,
|
||||
placeholder: 'Màu sắc',
|
||||
addon: {
|
||||
@@ -160,7 +159,6 @@ async function submit() {
|
||||
field: 'code',
|
||||
column: ['code'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.ram,
|
||||
placeholder: 'RAM',
|
||||
addon: {
|
||||
@@ -183,7 +181,6 @@ async function submit() {
|
||||
field: 'code',
|
||||
column: ['code'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.internal_storage,
|
||||
placeholder: 'Bộ nhớ trong',
|
||||
addon: {
|
||||
|
||||
Reference in New Issue
Block a user