YY 2 سال پیش
والد
کامیت
614fc532a3
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/platmanag/goods/spec.vue
  2. 1 0
      src/views/selfShop/goods/spec.vue

+ 1 - 0
src/views/platmanag/goods/spec.vue

@@ -61,6 +61,7 @@ export default {
     return {
       view: 'list',
       fields: [
+        { label: '排序', model: 'sort' },
         { label: '规格名称', model: 'name' },
         { label: '库存', model: 'num' },
         { label: '实际销售价格', model: 'sell_money' },

+ 1 - 0
src/views/selfShop/goods/spec.vue

@@ -62,6 +62,7 @@ export default {
     return {
       view: 'list',
       fields: [
+        { label: '排序', model: 'sort' },
         { label: '规格名称', model: 'name' },
         { label: '库存', model: 'num' },
         { label: '实际销售价格', model: 'sell_money' },