gaoluyang
6 天以前 2b72d8220cf274e9b6586c7d4d9fae612fec3a14
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: "操作",