dianlixunjian
parent
4fbd6b599f
commit
f6f9b55df2
|
|
@ -601,6 +601,7 @@
|
|||
font-size: 13px;
|
||||
margin-left: 17px;
|
||||
color: #696969;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
.data-item-type-div{
|
||||
|
|
|
|||
|
|
@ -599,6 +599,7 @@
|
|||
font-size: 13px;
|
||||
color: #696969;
|
||||
margin-left: 17px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
.button-div{
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@
|
|||
<a-select
|
||||
allowClear
|
||||
style="width: 130px"
|
||||
v-model:value="infoScreenData.patchSource"
|
||||
v-model:value="infoScreenData.tubanlaiyuan"
|
||||
:options="patchSourceOptions"
|
||||
@change="(value) => mapListScreenChange(value, 'patchSource')"
|
||||
@change="(value) => mapListScreenChange(value, 'tubanlaiyuan')"
|
||||
/>
|
||||
</div>
|
||||
<div class="screen-item">
|
||||
|
|
@ -108,13 +108,13 @@
|
|||
<div>图斑面积:</div>
|
||||
<div style="display:flex;">
|
||||
<a-input style="width:30%;"
|
||||
v-model:value="infoScreenData.mapAreaFirst"
|
||||
@change="(e) => mapListScreenChange(e.target.value,'mapAreaFirst')"
|
||||
v-model:value="infoScreenData.tubanArea1"
|
||||
@change="(e) => mapListScreenChange(e.target.value,'tubanArea1')"
|
||||
/>
|
||||
<span>---</span>
|
||||
<a-input style="width:30%;margin-right: 4px;"
|
||||
v-model:value="infoScreenData.mapAreaLast"
|
||||
@change="(e) => mapListScreenChange(e.target.value,'mapAreaLast')"
|
||||
v-model:value="infoScreenData.tubanArea2"
|
||||
@change="(e) => mapListScreenChange(e.target.value,'tubanArea2')"
|
||||
/>
|
||||
亩
|
||||
</div>
|
||||
|
|
@ -123,13 +123,13 @@
|
|||
<div>耕地面积:</div>
|
||||
<div style="display:flex;align-items: center;">
|
||||
<a-input style="width:30%;"
|
||||
v-model:value="infoScreenData.arableAreaFirst"
|
||||
@change="(e) => mapListScreenChange(e.target.value,'arableAreaFirst')"
|
||||
v-model:value="infoScreenData.gengdiArea1"
|
||||
@change="(e) => mapListScreenChange(e.target.value,'gengdiArea1')"
|
||||
/>
|
||||
<span>---</span>
|
||||
<a-input style="width:30%;margin-right: 4px;"
|
||||
v-model:value="infoScreenData.arableAreaLast"
|
||||
@change="(e) => mapListScreenChange(e.target.value,'arableAreaLast')"
|
||||
v-model:value="infoScreenData.gengdiArea2"
|
||||
@change="(e) => mapListScreenChange(e.target.value,'gengdiArea2')"
|
||||
/>
|
||||
亩
|
||||
</div>
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
</div>
|
||||
<div class="item-mark" v-if="item.isbuildname">{{ item.isbuildname }}</div>
|
||||
</div>
|
||||
<div class="data-item-type-div" style="cursor: pointer" @click="goAudit(item)">
|
||||
<div class="data-item-type-div" >
|
||||
{{ item.unitname }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -784,6 +784,7 @@ const handleOperateClick = (e: Event) => {
|
|||
font-size: 13px;
|
||||
margin-left: 17px;
|
||||
color: #696969;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
.data-item-type-div {
|
||||
|
|
|
|||
|
|
@ -739,7 +739,8 @@ const closeMolder = () => {
|
|||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
margin-left: 17px;
|
||||
color: #696969;
|
||||
color: #696969;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
.data-item-type-div{
|
||||
|
|
|
|||
Loading…
Reference in New Issue