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