fix: BUG修改
This commit is contained in:
parent
93a45e19ca
commit
a69844daa1
@ -36,6 +36,7 @@ export const getHighFormworkAlarmDataApi = data => get('/xmgl/highFormworkAlarm
|
||||
|
||||
// 添加混凝土监测-平面图配置信息
|
||||
export const addHighFormworkPlaneFigureApi2 = data => post('xmgl/concreteMonitorPlaneFigure/add', data);
|
||||
export const editHighFormworkPlaneFigureApi2 = data => post('xmgl/concreteMonitorPlaneFigure/edit', data);
|
||||
export const deleteHighFormworkPlaneFigureApi2 = data => post('xmgl/concreteMonitorPlaneFigure/delete', data);
|
||||
export const selectHighFormworkPlaneFigureListApi2 = data => post('xmgl/concreteMonitorPlaneFigure/selectList', data);
|
||||
export const selectPointPositionList = data => get('xmgl/concreteMonitorDevPointPosition/list', data); // 查设备下的点位
|
||||
|
||||
@ -67,7 +67,6 @@ if (process.env.NODE_ENV == 'development') {
|
||||
// axios.defaults.baseURL = 'http://183.234.150.152:9090/' //华发 huaxin 123456789
|
||||
// axios.defaults.baseURL = 'http://182.90.224.147:18170' //瑞士恒通线上
|
||||
// axios.defaults.baseURL = 'http://58.250.210.9:9090/' //深汕线上
|
||||
// axios.defaults.baseURL = 'http://101.43.164.214:11111/' //百色线上
|
||||
// axios.defaults.baseURL = 'http://101.43.164.214:12345/'//内蒙古线上
|
||||
// axios.defaults.baseURL = 'http://121.196.214.246/api/'//金林湾线上新
|
||||
// axios.defaults.baseURL = 'http://42.194.144.62:8088/'//中建四局线上(新)地址
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -211,16 +211,16 @@
|
||||
v-show="item.isShow"
|
||||
>
|
||||
<div class="point-title">
|
||||
<p>测点编号:{{ item.measurePointName }}</p>
|
||||
<p>测点编号:{{ item.measurePointNumber }}</p>
|
||||
<p>
|
||||
测点名称:<span
|
||||
style="
|
||||
color: #77e8b0;
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
width: max-content;
|
||||
height: 25px;
|
||||
"
|
||||
>{{ item.monitorTypeName }}</span
|
||||
>{{ item.measurePointName }}</span
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@ -277,7 +277,7 @@
|
||||
<!-- 地基沉降 -->
|
||||
<el-table-column
|
||||
prop="foundationSettlement"
|
||||
label="立杆倾斜(mm)"
|
||||
label="地基沉降(mm)"
|
||||
>
|
||||
</el-table-column>
|
||||
<!-- 测量时间 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user