BUG修改
This commit is contained in:
@@ -105,7 +105,8 @@
|
|||||||
:before-upload="beforeUpload"
|
:before-upload="beforeUpload"
|
||||||
:on-success="onSuccess"
|
:on-success="onSuccess"
|
||||||
:action="'http://localhost:8411/submit/upload2.ashx?InvoiceNum='+ invoiceNum"
|
:action="'http://localhost:8411/submit/upload2.ashx?InvoiceNum='+ invoiceNum"
|
||||||
list-type="picture-card">
|
list-type="picture-card"
|
||||||
|
limit="4">
|
||||||
<i class="el-icon-plus"/>
|
<i class="el-icon-plus"/>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
<el-dialog :visible.sync="dialogVisible">
|
<el-dialog :visible.sync="dialogVisible">
|
||||||
|
|||||||
@@ -198,21 +198,24 @@
|
|||||||
</el-table>
|
</el-table>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane :disabled="performanceGuaranteeDisabled" label="履约保函" name="second">
|
<el-tab-pane :disabled="performanceGuaranteeDisabled" label="履约保函" name="second">
|
||||||
<el-button type="danger" icon="el-icon-delete" size="small" style="float: right" @click="delPerformanceGuarantee">删除</el-button>
|
<div v-show="performanceGuaranteeShow">
|
||||||
<div v-show="performanceGuaranteeShow" style="width: 150px; height: 150px; margin: auto;left: 50%;right: 50%">
|
<el-button type="danger" icon="el-icon-delete" size="small" style="float: right;display: inline-block" @click="delPerformanceGuarantee">删除</el-button>
|
||||||
<el-upload
|
<div style="width: 150px; height: 150px; margin: auto;left: 50%;right: 50%">
|
||||||
:on-preview="handlePictureCardPreview"
|
<el-upload
|
||||||
:on-remove="handleRemove"
|
:on-preview="handlePictureCardPreview"
|
||||||
:file-list="fileList"
|
:on-remove="handleRemove"
|
||||||
:before-upload="beforeUpload"
|
:file-list="fileList"
|
||||||
:on-success="onSuccess"
|
:before-upload="beforeUpload"
|
||||||
:action="'http://localhost:8411/submit/upload3.ashx?ProjectId='+ projectId"
|
:on-success="onSuccess"
|
||||||
list-type="picture-card">
|
:action="'http://localhost:8411/submit/upload3.ashx?ProjectId='+ projectId"
|
||||||
<i class="el-icon-plus"/>
|
list-type="picture-card"
|
||||||
</el-upload>
|
limit="1">
|
||||||
<el-dialog :visible.sync="dialogVisible">
|
<i class="el-icon-plus"/>
|
||||||
<img :src="dialogImageUrl" width="100%" alt="">
|
</el-upload>
|
||||||
</el-dialog>
|
<el-dialog :visible.sync="dialogVisible">
|
||||||
|
<img :src="dialogImageUrl" width="100%" alt="">
|
||||||
|
</el-dialog>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
|
|||||||
Reference in New Issue
Block a user