执法立案统计增加查询条件、根据优化设计稿优化了首页前端页面
This commit is contained in:
parent
f98cb6214f
commit
ced39cbf35
|
|
@ -35,14 +35,7 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right-profile">
|
|
||||||
<span class="zyt" @click="skipPage"><i>综合执法一张图</i></span>
|
|
||||||
<i class="iconfont icon-zngzt_zfdc" v-if="projectName == 'gzt'" title="编辑桌面"></i>
|
|
||||||
<i class="iconfont icon-zngzt_syfw" v-if="projectName != 'gzt'" @click="handleTo({ path: 'gzt' })" title="首页"></i>
|
|
||||||
<NotificationBell/>
|
|
||||||
<public-full-screen></public-full-screen>
|
|
||||||
<i class="iconfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|
|
||||||
|
|
@ -204,11 +204,6 @@ function reset(query) {
|
||||||
handleQuery()
|
handleQuery()
|
||||||
}
|
}
|
||||||
|
|
||||||
function getCurrentQuarter() {
|
|
||||||
const now = new Date()
|
|
||||||
const quarter = Math.floor(now.getMonth() / 3) + 1;
|
|
||||||
queryParams.value.Jd = queryParams.value.Jd === undefined ? quarter : queryParams.value.Jd
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
const {componentLoading, queryParams, permissions, tableConfig, apiConfig, dialogConfig, actions} = toRefs(state)
|
const {componentLoading, queryParams, permissions, tableConfig, apiConfig, dialogConfig, actions} = toRefs(state)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue