@@ -118,20 +118,22 @@ export default {
label: '堆存地点',
prop: 'address',
width: 200
- }, {
- label: '状态',
- prop: 'status',
- width: 140,
- overHidden: true,
- filterable: true,
- type: 'select',
- dataType: 'number',
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=approval_status",
- props: {
- label: "dictValue",
- value: "dictKey"
- }
+ }
+ // , {
+ // label: '状态',
+ // prop: 'status',
+ // width: 140,
+ // overHidden: true,
+ // filterable: true,
+ // type: 'select',
+ // dataType: 'number',
+ // dicUrl: "/api/blade-system/dict-biz/dictionary?code=approval_status",
+ // props: {
+ // label: "dictValue",
+ // value: "dictKey"
+ // }
+ , {
label: '备注',
prop: 'remarks',
width: 500