@@ -5,7 +5,7 @@
<el-header>
<div style="display: flex;justify-content: space-between;align-items:center;width:100%;padding:0 10px;">
<div>
- <p>{{ row.type == 1 ? '产品类别名称:' : '产品名称:' }}{{ row.name }}</p>
+ <p>{{ row.type == 1 ? '类别名称:' : '产品名称:' }}{{ row.name }}</p>
</div>
<!-- <el-button type="primary" size="small" @click="handleImport">导 入</el-button> -->