[fix 84045] 修改所属井场
This commit is contained in:
@@ -75,13 +75,11 @@
|
||||
<span slot="label" class="vertical-label">油<br/>井</span>
|
||||
<dict-picker :triggerChange="true"
|
||||
class="search-input mb-8"
|
||||
style="width: 100%;"
|
||||
dictCode="wellhead_area"
|
||||
@change="changeWellSite"
|
||||
v-model="queryParam.wellheadArea"
|
||||
placeholder="请选择所属井场"/>
|
||||
<select-picker class="search-input"
|
||||
style="width: 100%"
|
||||
v-model="queryParam.singleWell"
|
||||
placeholder="请选择单井"
|
||||
label-key="wellheadName"
|
||||
@@ -142,13 +140,11 @@
|
||||
<span slot="label" class="vertical-label">场站<br/>门站</span>
|
||||
<dict-picker :triggerChange="true"
|
||||
class="search-input mb-8"
|
||||
style="width: 100%"
|
||||
dictCode="wellhead_area"
|
||||
@change="changeWellSite"
|
||||
v-model="queryParam.wellheadArea"
|
||||
placeholder="请选择场站门站"/>
|
||||
<select-picker class="search-input"
|
||||
style="width: 100%"
|
||||
v-model="queryParam.singleWell"
|
||||
placeholder="请选择数采设备"
|
||||
label-key="wellheadName"
|
||||
@@ -162,10 +158,10 @@
|
||||
<span class="btn-text">查询</span>
|
||||
</a-button>
|
||||
<div class="flex-between">
|
||||
<a-button class="icon-btn" style="margin-right: 0.08rem;" type="primary">
|
||||
<a-button class="icon-btn" ghost style="margin-right: 0.08rem;" type="primary">
|
||||
<span class="btn-text"><a-icon type="left" /></span>
|
||||
</a-button>
|
||||
<a-button class="icon-btn" type="primary">
|
||||
<a-button class="icon-btn" ghost type="primary">
|
||||
<span class="btn-text"><a-icon type="right" /></span>
|
||||
</a-button>
|
||||
</div>
|
||||
@@ -199,7 +195,7 @@ const staticData = {
|
||||
wellName: '华H62-1',
|
||||
pumpingType: '抽油机',
|
||||
wellType: '水平井',
|
||||
wellField: '华H62井场',
|
||||
wellField: '树101井',
|
||||
productionLayer: '长7_1_2',
|
||||
productionDate: '2020-03-27',
|
||||
realTimeMoisture: '11.1',
|
||||
@@ -558,4 +554,8 @@ export default {
|
||||
.empty-box {
|
||||
margin-top: 20vh;
|
||||
}
|
||||
.search-input {
|
||||
width: 100%;
|
||||
max-width: 2.4rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -214,7 +214,7 @@ const staticData = {
|
||||
wellName: '华H62-1',
|
||||
pumpingType: '抽油机',
|
||||
wellType: '水平井',
|
||||
wellField: '华H62井场',
|
||||
wellField: '树101井',
|
||||
productionLayer: '长7_1_2',
|
||||
productionDate: '2020-03-27',
|
||||
realTimeMoisture: '11.1',
|
||||
|
||||
Reference in New Issue
Block a user