@@ -1,4 +1,3 @@
-import { number } from "echarts"
export const option = {
searchShow: true,
@@ -130,7 +129,23 @@ export const option = {
searchLabelWidth: 120,
hide: true,
overHidden: true
- }
+ }, {
+ label: "是否共享商品",
+ prop: "shared",
+ search: true,
+ searchLabelWidth: 120,
+ overHidden: true,
+ hide: true,
+ showColumn: true,
+ type: 'select',
+ dicData: [{
+ label: '否',
+ value: 0
+ label: '是',
+ value: 1
+ }]
+ }
]
}
export const optionList = {