优化大屏二级页面不显示问题
This commit is contained in:
parent
86dc06dd54
commit
25586feb2f
|
|
@ -21,8 +21,8 @@ module.exports = {
|
|||
proxyTable: {
|
||||
'/screen': {
|
||||
// target: 'http://112.29.103.165:21626',//重庆
|
||||
target: 'http://192.168.0.14:21624',//测试
|
||||
// target: 'http://10.40.92.74:8080',
|
||||
// target: 'http://192.168.0.14:21624',//测试
|
||||
target: 'http://10.40.92.140:28080',
|
||||
changeOrigin: true,
|
||||
// secure: true, //如果是https接口,需要配置这个参数
|
||||
pathRewrite: {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="count-title">
|
||||
<p>{{ sonTitle }}</p>
|
||||
<div class="count-flop" :key="compKey">
|
||||
<div class="count-flop" :key="compKey" @click="handleClick">
|
||||
<div
|
||||
:class="item != ',' ? 'count-flop-box' : 'count-flop-point'"
|
||||
v-for="(item, index) in value"
|
||||
|
|
@ -88,6 +88,7 @@ export default {
|
|||
font-weight: bold;
|
||||
text-align: center;
|
||||
color: aqua;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.count-flop > div {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="count-title">
|
||||
<p>{{ sonTitle }}</p>
|
||||
<div class="count-flop" :key="compKey">
|
||||
<div class="count-flop" :key="compKey" @click="handleClick">
|
||||
<div
|
||||
:class="item != ',' ? 'count-flop-box' : 'count-flop-point'"
|
||||
v-for="(item, index) in value"
|
||||
|
|
@ -88,6 +88,7 @@ export default {
|
|||
font-weight: bold;
|
||||
text-align: center;
|
||||
color: aqua;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.count-flop > div {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
:close-on-click-modal="false"
|
||||
>
|
||||
<div class="content">
|
||||
<el-form :model="formData" ref="form" label-width="80px" :inline="false" size="small" inline>
|
||||
<el-form :model="formData" ref="form" label-width="80px" :inline="true" size="small">
|
||||
<el-form-item label="退料单号" size="small" prop="materialReqNo">
|
||||
<el-input v-model="formData.materialReqNo" placeholder="请输入退料单号" size="small" clearable filterable></el-input>
|
||||
</el-form-item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue