Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc
This commit is contained in:
commit
d7495e8fa5
|
@ -951,9 +951,13 @@ const getData = (identNo) => {
|
||||||
// 判断 ryjbxx 和 camera 是否存在
|
// 判断 ryjbxx 和 camera 是否存在
|
||||||
baseInfo.value = ryjbxx || {};
|
baseInfo.value = ryjbxx || {};
|
||||||
dataMyTag.camera = camera ?? false;
|
dataMyTag.camera = camera ?? false;
|
||||||
|
if(dataMyTag.camera){
|
||||||
camerali.name = camera.sbmc;
|
camerali.name = camera.sbmc;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if (Array.isArray(dataMyTag.myTag)) {
|
if (Array.isArray(dataMyTag.myTag)) {
|
||||||
|
|
||||||
dataMyTag.myTag.forEach((item) => {
|
dataMyTag.myTag.forEach((item) => {
|
||||||
item.show =
|
item.show =
|
||||||
rybqxx && rybqxx.some((itemm) => itemm.bq === item.name) ? 1 : 0;
|
rybqxx && rybqxx.some((itemm) => itemm.bq === item.name) ? 1 : 0;
|
||||||
|
|
|
@ -109,6 +109,26 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right" style="width: 517px" v-show="!showEdit">
|
<div class="right" style="width: 517px" v-show="!showEdit">
|
||||||
|
<div class="zyys">
|
||||||
|
<div class="title">
|
||||||
|
<div class="title_name"><span> 基本公共服务资源要素</span></div>
|
||||||
|
</div>
|
||||||
|
<div class="zyys_content">
|
||||||
|
<div
|
||||||
|
class="zyys_content_item"
|
||||||
|
v-for="(item, index) in yaosuTotal"
|
||||||
|
:class="{
|
||||||
|
choose: yaosuList.includes(item.name),
|
||||||
|
wz: item.wz == true,
|
||||||
|
}"
|
||||||
|
@click="changeys(item.name)"
|
||||||
|
:key="index"
|
||||||
|
>
|
||||||
|
<img :src="item.img" class="zyys_content_item_left" />
|
||||||
|
<div class="zyys_content_item_right">{{ item.name }}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="jbggfwq">
|
<div class="jbggfwq">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<div class="title_name">
|
<div class="title_name">
|
||||||
|
@ -135,26 +155,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="zyys">
|
|
||||||
<div class="title">
|
|
||||||
<div class="title_name"><span> 资源要素</span></div>
|
|
||||||
</div>
|
|
||||||
<div class="zyys_content">
|
|
||||||
<div
|
|
||||||
class="zyys_content_item"
|
|
||||||
v-for="(item, index) in yaosuTotal"
|
|
||||||
:class="{
|
|
||||||
choose: yaosuList.includes(item.name),
|
|
||||||
wz: item.wz == true,
|
|
||||||
}"
|
|
||||||
@click="changeys(item.name)"
|
|
||||||
:key="index"
|
|
||||||
>
|
|
||||||
<img :src="item.img" class="zyys_content_item_left" />
|
|
||||||
<div class="zyys_content_item_right">{{ item.name }}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="btns" v-if="showEdit">
|
<div class="btns" v-if="showEdit">
|
||||||
<div
|
<div
|
||||||
|
@ -4690,8 +4691,9 @@ onMounted(async () => {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: opacity 1s;
|
transition: opacity 1s;
|
||||||
.jbggfwq {
|
.jbggfwq {
|
||||||
|
margin-top: 20px;
|
||||||
.jbggfwq_content {
|
.jbggfwq_content {
|
||||||
height: 520px;
|
height: 540px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
@ -651,7 +651,7 @@ const getData = async (name, fullName) => {
|
||||||
id: item.id,
|
id: item.id,
|
||||||
Bj: data.Bj[imageIndex],
|
Bj: data.Bj[imageIndex],
|
||||||
name: item.sx,
|
name: item.sx,
|
||||||
text: item.bmfxqk,
|
text: item.fwdx,
|
||||||
xh: item.xh,
|
xh: item.xh,
|
||||||
sjqtfzdw: item.sjqtfzdw,
|
sjqtfzdw: item.sjqtfzdw,
|
||||||
fwdx: item.fwdx,
|
fwdx: item.fwdx,
|
||||||
|
|
Loading…
Reference in New Issue