otherCost.js 228 B

12345678910111213141516
  1. export default {
  2. column: [
  3. {
  4. label: '费用内容',
  5. prop: 'fynr',
  6. width: 660,
  7. },
  8. {
  9. label: '预算金额(万元)',
  10. prop: 'ysje',
  11. width: 120,
  12. align: 'center',
  13. },
  14. ],
  15. };