数据中心 文言修改
parent
49ec747c6c
commit
cc79cc06fa
|
|
@ -70,7 +70,7 @@
|
|||
</div>
|
||||
<div class="charts-container" style="height:31%">
|
||||
<div class="echarts-title">
|
||||
<span>整改后新增违法耕地</span>
|
||||
<span>整改后剩余新增违法耕地</span>
|
||||
<div class="month">
|
||||
<div class="filter-container">
|
||||
<div class="filter-name" @click="handlerChangeFilterOptions('rectification')">{{ currentFilterName['rectification'] }}</div>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
const options = ref([
|
||||
{
|
||||
name: '天',
|
||||
name: '周',
|
||||
value: 0,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
value: 2,
|
||||
},
|
||||
{
|
||||
label: '整改后剩余违法',
|
||||
label: '整改后剩余新增违法',
|
||||
value: 3,
|
||||
},
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue