修改 企标制修订-技术标准 所有节点的过程稿件 历史版本不展示上传文件按钮
This commit is contained in:
@@ -245,6 +245,7 @@
|
||||
|
||||
<div style="width: 20%;">
|
||||
<el-button
|
||||
v-if="historyVersionUploadButton"
|
||||
type="primary"
|
||||
class="common-button-primary"
|
||||
size="mini"
|
||||
@@ -904,6 +905,11 @@ export default {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
// 是否展示 过程稿件 历史版本的上传文件按钮
|
||||
historyVersionUploadButton: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
:disabled="disabledXX"
|
||||
type="primary"
|
||||
class="common-button-primary"
|
||||
@@ -190,7 +190,7 @@
|
||||
@click="fileUpload('LSBBBUSS')"
|
||||
>
|
||||
<i class="el-icon-upload" />
|
||||
</el-button>
|
||||
</el-button>-->
|
||||
</div>
|
||||
</div>
|
||||
</el-form-item>
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
:disabled="disabledXX"
|
||||
type="primary"
|
||||
class="common-button-primary"
|
||||
@@ -274,7 +274,7 @@
|
||||
@click="fileUpload('LSBBBUSS')"
|
||||
>
|
||||
<i class="el-icon-upload" />
|
||||
</el-button>
|
||||
</el-button>-->
|
||||
</div>
|
||||
</div>
|
||||
</el-form-item>
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
>
|
||||
<div style="flex: auto;">
|
||||
<formEditList
|
||||
:historyVersionUploadButton="false"
|
||||
:key="formKey"
|
||||
:formSub="form"
|
||||
:FBGBUSSFileListSub="FBGBUSSFileList"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
>
|
||||
<div style="flex: auto;">
|
||||
<formEditList
|
||||
:historyVersionUploadButton="false"
|
||||
:key="formKey"
|
||||
:form="form"
|
||||
:isTrue="true"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
>
|
||||
<div style="flex: auto;">
|
||||
<formEditList
|
||||
:historyVersionUploadButton="false"
|
||||
:key="formKey"
|
||||
:formSub="form"
|
||||
:isTrue="true"
|
||||
|
||||
@@ -150,6 +150,7 @@
|
||||
</div>
|
||||
<div v-show="active === '2'" style="flex: auto;">
|
||||
<formEditList
|
||||
:historyVersionUploadButton="false"
|
||||
:key="formKey"
|
||||
:isTrue="true"
|
||||
:formSub="form"
|
||||
|
||||
@@ -148,6 +148,7 @@
|
||||
</div>
|
||||
<div v-show="active === '2'" style="flex: auto;">
|
||||
<formEditList
|
||||
:historyVersionUploadButton="false"
|
||||
:key="formKey"
|
||||
:formSub="form"
|
||||
:is-true="true"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
>
|
||||
<div style="flex: auto;overflow: auto">
|
||||
<formEditList
|
||||
:historyVersionUploadButton="false"
|
||||
:key="formKey"
|
||||
:formSub="form"
|
||||
:isTrue="true"
|
||||
|
||||
@@ -150,6 +150,7 @@
|
||||
</div>
|
||||
<div v-show="active === '2'" style="flex: auto;">
|
||||
<formEditList
|
||||
:historyVersionUploadButton="false"
|
||||
:key="formKey"
|
||||
:formSub="form"
|
||||
:is-true="true"
|
||||
|
||||
Reference in New Issue
Block a user