|
|
@@ -8,7 +8,7 @@
|
|
|
<el-card class="box-card">
|
|
|
<div slot="header">
|
|
|
<span>
|
|
|
- <i class="icon icon-table2"></i> {{ formData.SupplierName}}
|
|
|
+ <i class="icon icon-table2"></i> <span v-if="formData.SupplierName">{{formData.SupplierName}}</span><span v-else>信息</span>
|
|
|
</span>
|
|
|
<span style="float: right;">
|
|
|
<el-button type="primary" size="mini" style="margin-right: 5px" @click="editIsRestrict('0')" v-if="formData.IsRestrict == '1' && showBtn ">增项限制已开启</el-button>
|