12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "tip": false,
- "addBtn": false,
- "editBtn": false,
- "addRowBtn": false,
- "cellBtn": false,
- "cancelBtn": false,
- "delBtn":false,
- "border": true,
- "index": true,
- "selection": true,
- "refreshBtn": false,
- "menuWidth": 130,
- "align":"center",
- "showSummary": true,
- "lazy": true,
- "simplePage": true,
- "dialogWidth": "60%",
- "tree": true,
- "dialogClickModal": false,
- "indexSlot":true,
- "column": [
- {
- "label": "结算单位",
- "prop": "corpId",
- "index": 1,
- "overHidden": true,
- "width": 220
- },
- {
- "label": "费用名称",
- "prop": "feeName",
- "index": 2,
- "width": 180,
- "overHidden": true
- },
- {
- "label": "计价单位",
- "prop": "unit",
- "index": 3,
- "slot": true,
- "overHidden": true,
- "width": 100
- },
- {
- "label": "单价",
- "prop": "price",
- "index": 4,
- "slot": true,
- "overHidden": true,
- "width": 100
- },
- {
- "label": "数量",
- "prop": "quantity",
- "index": 5,
- "overHidden": true,
- "width": 100
- },
- {
- "label": "金额",
- "prop": "amount",
- "index": 6,
- "cell": true,
- "overHidden": true,
- "width": 130
- },
- {
- "label": "币别",
- "prop": "currency",
- "value": "CNY",
- "index": 7,
- "overHidden": true,
- "width": 100
- },
- {
- "label": "备注",
- "prop": "remarks",
- "index": 8,
- "cell": true,
- "overHidden": true,
- "width": 150
- }
- ]
- }
|