非现场执法页面细化完善
This commit is contained in:
parent
7e2c49d666
commit
45d0bfa3e2
|
|
@ -13,6 +13,7 @@
|
||||||
@update:selection="selection = $event"
|
@update:selection="selection = $event"
|
||||||
@update:query-params="queryParams = $event"
|
@update:query-params="queryParams = $event"
|
||||||
@update:dialog-config="dialogConfig = $event">
|
@update:dialog-config="dialogConfig = $event">
|
||||||
|
|
||||||
<template #queryPanel="{ queryParams: queryParams }">
|
<template #queryPanel="{ queryParams: queryParams }">
|
||||||
<el-form ref="queryForm" :model="queryParams" label-width="80px">
|
<el-form ref="queryForm" :model="queryParams" label-width="80px">
|
||||||
<el-row class="query-condition">
|
<el-row class="query-condition">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
|
|
||||||
<browser class="browser-businesss-table"
|
<browser class="browser-businesss-table"
|
||||||
ref="broTable"
|
ref="broTable"
|
||||||
:component-loading="componentLoading"
|
:component-loading="componentLoading"
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
<td colspan="2" class="title-cell">地址</td>
|
<td colspan="2" class="title-cell">地址</td>
|
||||||
<td colspan="3" class="content-cell">{{documenContent.dz}}</td>
|
<td colspan="3" class="content-cell">{{documenContent.dz}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title-cell">法定代表人/负责人</td>
|
<td class="title-cell">法定代表人/负责人</td>
|
||||||
<td colspan="2" class="content-cell">{{documenContent.fddbr}}</td>
|
<td colspan="2" class="content-cell">{{documenContent.fddbr}}</td>
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
<div class="label">接入企业总数</div>
|
<div class="label">接入企业总数</div>
|
||||||
<div class="num">{{ qysj.jrzs }}</div>
|
<div class="num">{{ qysj.jrzs }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<div class="ssjcqy" @click="showDangerEnterprise(2)">
|
<div class="ssjcqy" @click="showDangerEnterprise(2)">
|
||||||
<div class="icon"></div>
|
<div class="icon"></div>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
@update:selection="selection = $event"
|
@update:selection="selection = $event"
|
||||||
@update:query-params="queryParams = $event"
|
@update:query-params="queryParams = $event"
|
||||||
@update:dialog-config="dialogConfig = $event">
|
@update:dialog-config="dialogConfig = $event">
|
||||||
|
|
||||||
<template #queryPanel="{ queryParams: queryParams }">
|
<template #queryPanel="{ queryParams: queryParams }">
|
||||||
<el-form ref="queryForm" :model="queryParams" label-width="80px">
|
<el-form ref="queryForm" :model="queryParams" label-width="80px">
|
||||||
<el-row class="query-condition">
|
<el-row class="query-condition">
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
@update:query-params="queryParams = $event"
|
@update:query-params="queryParams = $event"
|
||||||
@update:dialog-config="dialogConfig = $event"
|
@update:dialog-config="dialogConfig = $event"
|
||||||
@update:actions="actions = $event">
|
@update:actions="actions = $event">
|
||||||
|
|
||||||
<template #queryPanel="{ queryParams: queryParams }">
|
<template #queryPanel="{ queryParams: queryParams }">
|
||||||
<el-form ref="queryForm" :model="queryParams" label-width="100px">
|
<el-form ref="queryForm" :model="queryParams" label-width="100px">
|
||||||
<el-row class="query-condition">
|
<el-row class="query-condition">
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
@update:actions="actions = $event"
|
@update:actions="actions = $event"
|
||||||
@update:query-params="queryParams = $event"
|
@update:query-params="queryParams = $event"
|
||||||
@update:dialog-config="dialogConfig = $event">
|
@update:dialog-config="dialogConfig = $event">
|
||||||
|
|
||||||
<template #queryPanel="{ queryParams: queryParams }">
|
<template #queryPanel="{ queryParams: queryParams }">
|
||||||
<el-form ref="queryForm" :model="queryParams" label-width="80px">
|
<el-form ref="queryForm" :model="queryParams" label-width="80px">
|
||||||
<el-row class="query-condition">
|
<el-row class="query-condition">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue