|
|
@@ -7,7 +7,7 @@
|
|
|
</el-breadcrumb>
|
|
|
<el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|
|
|
- <span>年审基本信息表</span>
|
|
|
+ <span v-if="formData.SupplierName">{{formData.SupplierName}}</span><span v-else>年审基本信息表</span>
|
|
|
<span style="float: right;">
|
|
|
<!-- <el-button type="primary" size="mini" style="margin-left: 8px" @click="auhistory">审批历史</el-button> -->
|
|
|
<!-- <el-button plain icon="el-icon-right" size="mini" style="margin-right: 5px" @click="nextTab">下一步</el-button> -->
|