changes
This commit is contained in:
@@ -114,7 +114,6 @@ async function submit() {
|
||||
field: 'name',
|
||||
column: ['name'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.os,
|
||||
placeholder: 'OS',
|
||||
addon: {
|
||||
@@ -137,7 +136,6 @@ async function submit() {
|
||||
field: 'name',
|
||||
column: ['name'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.manufacturer,
|
||||
placeholder: 'Hãng',
|
||||
addon: {
|
||||
@@ -160,7 +158,6 @@ async function submit() {
|
||||
field: 'code',
|
||||
column: ['code'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.battery,
|
||||
placeholder: 'Pin',
|
||||
addon: {
|
||||
@@ -183,7 +180,6 @@ async function submit() {
|
||||
field: 'label',
|
||||
column: ['resolution', 'standard', 'technology'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.screen,
|
||||
placeholder: 'Màn hình',
|
||||
addon: {
|
||||
@@ -206,7 +202,6 @@ async function submit() {
|
||||
field: 'name',
|
||||
column: ['name'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
placeholder: 'CPU',
|
||||
optionid: body.cpu,
|
||||
addon: {
|
||||
@@ -229,7 +224,6 @@ async function submit() {
|
||||
field: 'name',
|
||||
column: ['name'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.gpu,
|
||||
placeholder: 'GPU',
|
||||
addon: {
|
||||
@@ -252,7 +246,6 @@ async function submit() {
|
||||
field: 'code',
|
||||
column: ['code'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.camera_system,
|
||||
placeholder: 'Camera',
|
||||
addon: {
|
||||
@@ -275,7 +268,6 @@ async function submit() {
|
||||
field: 'code',
|
||||
column: ['code'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.sim,
|
||||
placeholder: 'SIM',
|
||||
addon: {
|
||||
@@ -298,7 +290,6 @@ async function submit() {
|
||||
field: 'name',
|
||||
column: ['name'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.network_technology,
|
||||
placeholder: 'Kết nối',
|
||||
addon: {
|
||||
@@ -321,7 +312,6 @@ async function submit() {
|
||||
field: 'code',
|
||||
column: ['code'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.charging_technology,
|
||||
placeholder: 'Công nghệ sạc',
|
||||
addon: {
|
||||
@@ -344,7 +334,6 @@ async function submit() {
|
||||
field: 'code',
|
||||
column: ['code'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.external_storage,
|
||||
placeholder: 'Bộ nhớ ngoài',
|
||||
position: 'is-top-right',
|
||||
@@ -368,7 +357,6 @@ async function submit() {
|
||||
field: 'name',
|
||||
column: ['name'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.ip_rating,
|
||||
placeholder: 'Chỉ số IP',
|
||||
position: 'is-top-right',
|
||||
@@ -392,7 +380,6 @@ async function submit() {
|
||||
field: 'label',
|
||||
column: ['frame_material', 'back_material'],
|
||||
first: true,
|
||||
clearable: true,
|
||||
optionid: body.design,
|
||||
placeholder: 'Chất liệu',
|
||||
position: 'is-top-right',
|
||||
|
||||
Reference in New Issue
Block a user