| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "align": "center",
- "border": true,
- "index": true,
- "addBtn": false,
- "menuWidth":70,
- "selection": true,
- "tip":false,
- "delBtn":false,
- "editBtn":false,
- "showSummary": true,
- "column": [
- {
- "label": "类型",
- "prop": "goodTypeName",
- "width": 150
- },
- {
- "label": "名称",
- "prop": "goodName",
- "width": 250
- },
- {
- "label": "数量",
- "prop": "goodNumber",
- "width": 80
- },
- {
- "label": "单价",
- "prop": "price",
- "width": 120
- },
- {
- "label": "金额",
- "prop": "amout",
- "width": 120
- }
- ]
- }
|