feat: 标准库 ORB

This commit is contained in:
super_liu
2021-07-27 19:28:04 +08:00
parent 5f22311768
commit e07a6a1dd6
@@ -65,14 +65,14 @@
</template>
<template
v-for="(child, childIndex) in item.half"
v-if="child.isShowImp === '0'"
v-if="child.isShowImp === '0' && child.attrField !== 'CBCD'"
>
<!-- 代替标准编号-->
<div
:key="child.id"
class="modular-item"
:class="!(childIndex === item.half.length - 1) || childIndex % 2 === 1 ? 'half' : ''"
v-if="child.attrField === 'DTBJH' || child.attrField === 'YYBJ' || child.attrField === 'BYYBJ' || child.attrField === 'CBBH' || child.attrField === 'DXBZ' || child.attrField === 'XGLC' || child.attrField === 'BDTBZBH' || child.attrField === 'BFDTBZ' "
v-if=" child.attrField === 'DTBJH' || child.attrField === 'YYBJ' || child.attrField === 'BYYBJ' || child.attrField === 'CBBH' || child.attrField === 'DXBZ' || child.attrField === 'XGLC' || child.attrField === 'BDTBZBH' || child.attrField === 'BFDTBZ' "
>
<label class="modular-content-p-name" :title="child.attrName">{{ child.attrName }}</label>
<span
@@ -200,7 +200,7 @@
</template>
<template
v-for="(child, childIndex) in item.one"
v-for="(child, childIndex) in item.child"
v-if="child.isShowImp === '0' && (item.label !== '实施日期' || (childIndex < 6 || item.showAll))"
>
<div
@@ -2718,6 +2718,7 @@ export default {
}
})
this.dynamicFormField = displayLocation
console.log(this.dynamicFormField)
})
sessionStorage.setItem('displayLocation', JSON.stringify(displayLocation))
this.loading = false