调整页面echart
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
<!-- 绑定监测点 -->
|
||||
<Bind ref="bindRef" />
|
||||
<!-- 绑定进程号 -->
|
||||
<el-dialog draggable title="选择进程号" v-model="popUps" :close-on-click-modal="false" width="400px">
|
||||
<el-dialog draggable title="绑定进程号" v-model="popUps" :close-on-click-modal="false" width="400px">
|
||||
<el-select v-model="processNo" placeholder="请选择进程号" style="width: 100%">
|
||||
<el-option
|
||||
v-for="item in dataSource"
|
||||
|
||||
@@ -1612,7 +1612,7 @@
|
||||
|
||||
<el-select
|
||||
filterable
|
||||
v-model="lineItem.areaSelect"
|
||||
v-model="lineItem.actualArea"
|
||||
placeholder="请选择实际安裝粒置"
|
||||
:disabled="pageStatus == 1"
|
||||
style="width: 100%"
|
||||
@@ -1853,7 +1853,7 @@ const monitorPointDetail: any = ref({
|
||||
calssificationGrade: 1,
|
||||
//电网测变电站
|
||||
powerSubstationName: '',
|
||||
areaSelect: '',
|
||||
actualArea: '',
|
||||
//监测点拥有着
|
||||
owner: '',
|
||||
//拥有者职位
|
||||
|
||||
Reference in New Issue
Block a user