小时合计增加横向合计

master
zhaoxiaolin 11 months ago
parent 1d04746ae8
commit 3b7df2e447

@ -1,6 +1,6 @@
<template>
<v-scale-screen width="1920" height="1080" :fullScreen="false">
<div class="app-container home" style="height: 100vh; overflow: hidden">
<div class="app-container home" style="">
<div class="head">
<div class="head-content">
<div class="title"> </div>

@ -74,6 +74,7 @@
>
<el-table-column label="设备编码" align="center" prop="equCode" min-width="100" />
<el-table-column label="设备名称" align="center" prop="equName" min-width="100" />
<el-table-column label="设备总产量" align="center" prop="quantity" min-width="100" />
<template v-for="(column, index) in showTitles">
<el-table-column align="center" min-width="120" :prop="column.id" :key="column.id" :label="column.titleName"/>
</template>

@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://192.168.3.93:8080`,
target: `http://localhost:8080`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''

Loading…
Cancel
Save