| | |
| | | return prev; |
| | | } |
| | | }, 0); |
| | | sums[index] += ' 元'; |
| | | if (column.property === 'score') { |
| | | sums[index] = '-'; // 或者其他你想要显示的内容 |
| | | sums[index] = '-'; |
| | | } |
| | | if (column.property === 'value') { |
| | | sums[index] = '-'; // 或者其他你想要显示的内容 |
| | | sums[index] += '元'; |
| | | } |
| | | } else { |
| | | sums[index] = '-'; |
| | | } |
| | | }); |
| | | |
| | | return sums; |
| | | }, |
| | | toScorePage() { |
| | |
| | | proxy: { |
| | | // detail: https://cli.vuejs.org/config/#devserver-proxy |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | target: `http://localhost:8080`, |
| | | // target: `http://localhost:8080`, |
| | | // target: `http://192.168.3.64:8080`, |
| | | // target: `http://192.168.3.87:8080`, |
| | | target: `http://192.168.3.88:8085`, |
| | | changeOrigin: true, |
| | | pathRewrite: { |
| | | ['^' + process.env.VUE_APP_BASE_API]: '' |