修复周三测试提出的住数据bug
This commit is contained in:
parent
325af2ffc4
commit
316fc54137
|
@ -29,7 +29,7 @@
|
|||
@selection-change="handleSelectionChange"
|
||||
@select="select"
|
||||
@select-all="selectAll"
|
||||
style="width: 100%"
|
||||
style="width: 100%;"
|
||||
:cell-class-name="tableCellName"
|
||||
:height="tableHeight"
|
||||
:max-height="tableMaxHeight"
|
||||
|
|
|
@ -655,4 +655,10 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
::v-deep .el-table{
|
||||
max-height: calc(100vh - 230px) !important;
|
||||
}
|
||||
::v-deep .el-table__body-wrapper{
|
||||
max-height: calc(100vh - 230px) !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -39,9 +39,9 @@ module.exports = {
|
|||
proxy: {
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
target: `http://hzya.ufyct.com:9067/`,
|
||||
// target: `http://hzya.ufyct.com:9067/`,
|
||||
// target: `http://127.0.0.1:9081/`,
|
||||
// target: `http://192.168.2.78:9999`,
|
||||
target: `http://192.168.2.78:9999`,
|
||||
// target: `http://192.168.2.83:9999`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
|
Loading…
Reference in New Issue