国内标准详情页 过程稿件改为两行显示文件名
配置管理—机构管理—所属部门展示完整
This commit is contained in:
@@ -133,10 +133,11 @@
|
||||
<el-popover trigger="hover" placement="top">
|
||||
{{ scope.row.institutionName }}
|
||||
<div slot="reference" class="name-wrapper">
|
||||
<p v-if="!scope.row.institutionName || scope.row.institutionName.length<15">
|
||||
<!-- <p v-if="!scope.row.institutionName || scope.row.institutionName.length<15">
|
||||
{{ scope.row.institutionName }}
|
||||
</p>
|
||||
<p v-else> {{ scope.row.institutionName.substring(0, 15) }}...</p>
|
||||
<p v-else> {{ scope.row.institutionName.substring(0, 15) }}...</p>-->
|
||||
<p> {{ scope.row.institutionName }}</p>
|
||||
</div>
|
||||
</el-popover>
|
||||
</template>
|
||||
|
||||
@@ -562,7 +562,7 @@
|
||||
<div
|
||||
v-show="child.attrField !== 'ZBJBD' && child.attrField !== 'KWJ' && child.attrField !== 'FBGYWBD' "
|
||||
:key="child.id"
|
||||
:class="'modular-item half'" style="height: 70px"
|
||||
:class="'modular-item half'"
|
||||
>
|
||||
<label :title="child.attrName" class="modular-content-p-name">{{ child.attrName }}</label>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user