| | |
| | | rowfeeItemTypes: [], |
| | | |
| | | //费用说明 |
| | | <<<<<<< Updated upstream |
| | | feeBlocks: [], |
| | | ======= |
| | | feeBlockList: [], |
| | | >>>>>>> Stashed changes |
| | | |
| | | fundflowList: [], |
| | | // 随机数 |
| | |
| | | |
| | | //合计费用 |
| | | selectamount(row) { |
| | | this.rowfeeblocks.forEach((item, i) => { |
| | | this.feeBlockList.forEach((item, i) => { |
| | | if (item.expense === row.amount) { |
| | | row.remark = item.expensedescribe; |
| | | } |
| | |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | target:`http://localhost:8080`, |
| | | // target:`http://116.62.18.175:8080`, |
| | | // target:`http://192.168.2.8:8086`, |
| | | // target: `https://slb.hospitalstar.com:9093`, |
| | | changeOrigin: true, |
| | | pathRewrite: { |