企业信息统计、大屏与首页功能优化
This commit is contained in:
parent
72dcc51b82
commit
71b136a664
|
|
@ -208,7 +208,12 @@
|
|||
<div class="btn" :class="{ 'btn-active': btnActive === 3 }" @click="getCfjetj">处罚金额</div>
|
||||
<div class="btn" :class="{ 'btn-active': btnActive === 4 }" @click="getRwwjtj">任务完结</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="detail-content" v-show="isMoved">-->
|
||||
<!-- <div class="detail-btn" @click="getJctj">详情</div>-->
|
||||
<!-- <div class="detail-btn" @click="getAjtj">详情</div>-->
|
||||
<!-- <div class="detail-btn" @click="getCfjetj">详情</div>-->
|
||||
<!-- <div class="detail-btn" @click="getRwwjtj">详情</div>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
<div class="bg3" :style="{ transform: isMoved ? 'translateY(-210px)' : 'translateY(0)' }" @click="toggleMove"/>
|
||||
<div class="content" v-if="isMoved">
|
||||
|
|
|
|||
|
|
@ -24,9 +24,7 @@
|
|||
</el-form>
|
||||
</template>
|
||||
<el-table-column header-align="center" align="center" type="index" label="序号" min-width="80"/>
|
||||
<el-table-column header-align="center" align="center" prop="agencyName" label="组织机构" min-width="300"/>
|
||||
<el-table-column header-align="center" align="center" prop="total" label="总数" min-width="100"
|
||||
class-name="can-click"/>
|
||||
|
||||
<el-table-column header-align="center" align="center"
|
||||
v-for="col in DICTITEMS.HYLB_OPTIONS"
|
||||
:prop="col.value"
|
||||
|
|
@ -107,10 +105,7 @@ function handleQuery() {
|
|||
tableConfig.value.tableData = {success: true, data: [], total: 0}
|
||||
nextTick(() => {
|
||||
apiConfig.value.api.ledgerStatistics(queryParams.value).then(res => {
|
||||
if (res.success) {
|
||||
tableConfig.value.tableData = res
|
||||
}
|
||||
tableConfig.value.tableLoading = false
|
||||
|
||||
}).catch(() => {
|
||||
tableConfig.value.tableLoading = false
|
||||
})
|
||||
|
|
|
|||
|
|
@ -498,6 +498,7 @@ function findQyjrlxtj() {
|
|||
|
||||
// 非现场执法总数
|
||||
const sumNum = ref(0)
|
||||
|
||||
function findFxczfzs() {
|
||||
api.findFxczfzs().then(res => {
|
||||
if (res.success) {
|
||||
|
|
|
|||
|
|
@ -283,9 +283,7 @@ public class EnterpriseAudit extends BaseModel {
|
|||
/**
|
||||
* 组织机构代码
|
||||
*/
|
||||
@Column(length = 50)
|
||||
@Comment("组织机构代码")
|
||||
private String orgCode;
|
||||
e;
|
||||
/**
|
||||
* 企业规模
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue