diff --git a/src/pages/Item/ItemFixedPrice.vue b/src/pages/Item/ItemFixedPrice.vue
index d91b5189e..bd8c4b78c 100644
--- a/src/pages/Item/ItemFixedPrice.vue
+++ b/src/pages/Item/ItemFixedPrice.vue
@@ -76,16 +76,8 @@ const columns = computed(() => [
name: 'rate2',
...defaultColumnAttrs,
cardVisible: true,
- columnField: {
- class: 'expand',
- component: 'input',
- type: 'number',
- },
- columnFilter: {
- class: 'expand',
- component: 'input',
- type: 'number',
- },
+ component: 'input',
+ type: 'number',
},
{
label: t('item.fixedPrice.packingPrice'),
@@ -93,35 +85,18 @@ const columns = computed(() => [
name: 'rate3',
...defaultColumnAttrs,
cardVisible: true,
- columnField: {
- class: 'expand',
- component: 'input',
- type: 'number',
- },
- columnFilter: {
- class: 'expand',
- component: 'input',
- type: 'number',
- },
+ component: 'input',
+ type: 'number',
},
{
label: t('item.fixedPrice.minPrice'),
field: 'minPrice',
- columnClass: 'shrink',
name: 'minPrice',
...defaultColumnAttrs,
cardVisible: true,
- columnField: {
- class: 'expand',
- component: 'input',
- type: 'number',
- },
- columnFilter: {
- class: 'expand',
- component: 'input',
- type: 'number',
- },
+ component: 'input',
+ type: 'number',
},
{
label: t('item.fixedPrice.started'),
@@ -162,16 +137,9 @@ const columns = computed(() => [
name: 'warehouseFk',
...defaultColumnAttrs,
columnClass: 'shrink',
- columnFilter: {
- component: 'select',
- },
- columnField: {
- component: 'select',
- class: 'expand',
- },
- attrs: {
- options: warehousesOptions,
- },
+ component: 'select',
+
+ options: warehousesOptions,
},
{
align: 'right',
@@ -518,29 +486,35 @@ function handleOnDataSave({ CrudModelRef }) {
{{ row.subName }}
-
+
-
- €
-
+
+
+ €
+
+
-
- €
-
+
+
+ €
+
+
-