修改bug 52445 海外标准法规:查看界面,发布稿那一行拉宽 让后面的按钮显示下
This commit is contained in:
@@ -64,15 +64,15 @@
|
||||
sarStandardsInfoEO.standEnName || '-'
|
||||
}}</span></p>
|
||||
<!--发布稿(必读)-->
|
||||
<template v-for="(child, childIndex) in item.child1">
|
||||
<div class="files-titles" style="border-bottom: 1px solid #E5E5E5">
|
||||
<template v-for="(child, childIndex) in item.child1" v-if="child.value && child.value.length > 0">
|
||||
<p class="files-titles" style="border-bottom: 1px solid #E5E5E5">
|
||||
<label style="float: left">{{ child.attrName }}</label>
|
||||
<template v-if="child.value && child.value.length > 0">
|
||||
<!-- 单个文件时-->
|
||||
<div style="position: relative;margin-left: 214px; line-height: 32px">
|
||||
<div v-for="(file, fileIndex) in child1Func(child.value)" style="display: flex;">
|
||||
<span v-if="child.value && child.value.length > 0 && child.value.length === 1" style="display: flex; align-items: center;">
|
||||
<a style="font-size: 16px;color: #409EFF;cursor: pointer;"
|
||||
<a style="font-size: 16px;color: #409EFF;cursor: pointer;display: inline-block"
|
||||
@click="openFileInPdf(file.id, file.oldFileName)" target="_blank"
|
||||
:title="file.oldFileName">{{ file.oldFileName | ellipsis50}}</a>
|
||||
<i
|
||||
@@ -251,7 +251,13 @@
|
||||
<template v-if="child.value === null">-</template>
|
||||
</p>
|
||||
</template>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="half" style="margin-left: -48px">
|
||||
<label style=" margin-right: 150px;"
|
||||
title="“计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。"
|
||||
@@ -3907,7 +3913,7 @@ export default {
|
||||
a {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: calc(~'100% - 40px');
|
||||
max-width: 780px;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
class="common-button-primary"
|
||||
size="mini"
|
||||
v-btn-permission="'366c89d1c54465faca96aaed26a158b1'"
|
||||
@click="searchBtnClick(standCommonlySearch, 1)">
|
||||
@click="searchBtnClick(standCommonlySearch)">
|
||||
查询
|
||||
</el-button>
|
||||
<el-button
|
||||
@@ -2707,7 +2707,6 @@ export default {
|
||||
this.modalShowRoleFlag = true
|
||||
},
|
||||
checkedRole2(data) {
|
||||
console.log(data, '哈哈哈哈')
|
||||
let idList = ''
|
||||
let nameList = ''
|
||||
data.forEach(item => {
|
||||
@@ -2718,7 +2717,6 @@ export default {
|
||||
idList += item.id
|
||||
nameList += item.name
|
||||
})
|
||||
console.log(nameList , '额鹅鹅鹅饿')
|
||||
if (this.drawerTitle === '选择我司署名人') {
|
||||
this.sarStandardsInfoEO['WSSMR'] = nameList
|
||||
} else if (this.drawerTitle === '选择责任工程师') {
|
||||
@@ -3147,8 +3145,8 @@ export default {
|
||||
this.getDomesticStandardTable()
|
||||
},
|
||||
// 点击搜索按钮
|
||||
searchBtnClick(type) {
|
||||
this.getDomesticStandardTable(undefined ,type)
|
||||
searchBtnClick() {
|
||||
this.getDomesticStandardTable()
|
||||
},
|
||||
// 搜索
|
||||
getDomesticStandardTableBtn(item) {
|
||||
@@ -4017,9 +4015,6 @@ export default {
|
||||
}
|
||||
if ((this.stahndinfoList.length === 0 || this.stahndinfoList === []) && this.standCommonlySearch.page !== 1) {
|
||||
this.pageChange(1)
|
||||
}
|
||||
if (type === 1) {
|
||||
|
||||
}
|
||||
this.stahndinfoList = res.data.list
|
||||
this.total = res.data.count
|
||||
|
||||
Reference in New Issue
Block a user