数据中心 文言修改

dianlixunjian
zhufu 2024-11-25 16:41:26 +08:00
parent 49ec747c6c
commit cc79cc06fa
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -44,7 +44,7 @@
const options = ref([
{
name: '',
name: '',
value: 0,
},
{

View File

@ -43,7 +43,7 @@
value: 2,
},
{
label: '整改后剩余违法',
label: '整改后剩余新增违法',
value: 3,
},
]);