@@ -398,19 +398,30 @@ export const sellOption = {
search: true,
index: 8
},
+ // {
+ // label: "付款状态",
+ // prop: "status",
+ // type: 'select',
+ // index: 9
+ // },
{
label: "付款状态",
prop: "status",
type: 'select',
+ dicData:[],
+ props: {
+ label: "dictValue",
+ value: "dictKey"
+ },
index: 9
- {
- label: "送货状态",
- prop: "status",
- type: 'select',
- search: true,
- index: 10
- },
+ // label: "送货状态",
+ // search: true,
+ // index: 10
label: "产品",
prop: "cname",
@@ -524,4 +535,4 @@ export const capitalOption = {
overHidden: true
}
]
-}
+}