Преглед на файлове

fix: 产品列表调整

赖奇 преди 1 година
родител
ревизия
c6868edd9c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      apps/web-ele/src/views/product-manage/index.vue

+ 1 - 1
apps/web-ele/src/views/product-manage/index.vue

@@ -68,7 +68,6 @@ const gridOptions: VxeGridProps<any> = {
   columns: [
     { title: '产品名称', field: 'productsname' },
     { title: '产品类别', field: 'productscategory' },
-    { title: '产品原价', field: 'productsprice' },
     { title: '产品型号', field: 'productsmodel' },
     { title: '产品sn号', field: 'productssn' },
     { title: '品目', field: 'productspm' },
@@ -76,6 +75,7 @@ const gridOptions: VxeGridProps<any> = {
     { title: '二级分类', field: 'productsfl2' },
     { title: '分档名称', field: 'productsfdmc' },
     { title: '分档编号', field: 'productsfdbh' },
+    { title: '产品原价', field: 'productsprice', formatter: formatMoney },
     { title: '中央补贴金额', field: 'productszybt', formatter: formatMoney },
     {
       title: '特殊县中央补贴金额',