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