123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- export default [
- { type: "selection", fixed: "left", _noset_: true },
- {
- prop: "skuCode",
- label: "商品编码",
- width: "160",
- },
- {
- prop: "good_thumb_img",
- label: "图片",
- _slot_: "good_thumb_img",
- "width": "50",
- },
- {
- prop: "good_name",
- label: "商品名称",
-
- "min-width": "120",
- },
- {
- prop: "plat_code",
- label: "平台商品编号",
- "width": "160",
- },
- {
- prop: "cat_name",
- label: "商品分类",
- width: "120",
- },
- {
- prop: "unit",
- label: "单位",
- width: "45",
- },
- {
- prop: "model",
- label: "规格",
- _slot_: "model",
- width: "110",
- },
-
- {
- prop: "brand_name",
- label: "品牌",
- "width": "100",
- },
- {
- prop: "is_stock",
- label: "库存类型",
- _slot_: "is_stock",
- "width": "100",
- },
-
- {
- prop: "platform_name",
- label: "所属平台",
- "width": "100",
- },
-
- {
- prop: "company",
- label: "业务公司",
- "min-width": "150",
- },
- ]
|