土壤监测弹框优化样式
This commit is contained in:
parent
7d9c8c7794
commit
0e853271f1
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<!-- 土壤弹窗 -->
|
<!-- 长期监测弹窗 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
width="75%"
|
width="75%"
|
||||||
top="130px"
|
top="130px"
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="15">
|
<el-col :span="15">
|
||||||
<span class="tcxitit">土壤环境监测历史记录</span>
|
<span class="tcxitit">长期定位监测历史记录</span>
|
||||||
<div class="bianqianlist">
|
<div class="bianqianlist">
|
||||||
<el-radio-group v-model="postParam.summrayMode" @input="formParamChange(1)" size="small" fill="#1783C6">
|
<el-radio-group v-model="postParam.summrayMode" @input="formParamChange(1)" size="small" fill="#1783C6">
|
||||||
<el-radio-button label="dayhours">小时</el-radio-button>
|
<el-radio-button label="dayhours">小时</el-radio-button>
|
||||||
|
|
@ -146,7 +146,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log('土壤弹窗显示拉!', this.soilDataId)
|
console.log('长期监测弹窗显示拉!', this.soilDataId)
|
||||||
this.deviceSummaryApi();
|
this.deviceSummaryApi();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue