gaoluyang
8 天以前 3145a4847f8dbd378c932e9bacb0376fd3fe1e54
src/views/basicData/product/index.vue
@@ -266,6 +266,11 @@
    minWidth: 100,
  },
  {
    label: "子项数量",
    prop: "subItemCount",
    minWidth: 100,
  },
  {
    label: "产品属性",
    prop: "productType",
    width: 100,
@@ -276,6 +281,16 @@
      return typeMap[String(v)] || "info";
    },
  },
   {
      label: "创建时间",
      prop: "createTime",
      width: 120,
   },
   {
      label: "修改时间",
      prop: " updateTime",
      width: 120,
   },
  {
    dataType: "action",
    label: "操作",