12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- export default [
- { type: "selection", fixed: "left", _noset_: true },
- {
- prop: "spuCode",
- label: "编号",
- width: "160px",
- },
- {
- prop: "good_thumb_img",
- label: "图片",
- _slot_: "good_thumb_img",
- width: "45px",
- },
- {
- prop: "good_name",
- label: "名称",
- "min-width": "160px",
- },
- {
- prop: "cat_name",
- label: "分类",
- "min-width": "100px",
- },
- {
- prop: "brand_name",
- label: "品牌",
- },
- {
- prop: "good_type",
- label: "是否定制",
- _slot_: "good_type",
- width: "70px",
- },
- {
- prop: "unit",
- label: "单位",
- width: "45px",
- },
- {
- prop: "tax",
- label: "税率",
- width: "45px",
- },
-
- {
- prop: "supplierNo",
- label: "供应商编号",
- width: "160px",
- },
- {
- prop: "supplier_name",
- label: "供应商名称",
- width: "150px",
- },
- {
- prop: "companyNo",
- label: "业务公司编号",
- width: "160px",
- },
- {
- prop: "company",
- label: "业务公司名称",
- width: "150px",
- },
- ]
|