|
@@ -13,7 +13,7 @@
|
|
|
</div>
|
|
|
<el-table :data="list" size="mini" border>
|
|
|
<el-table-column prop="sonum" label="订单号" width="150"></el-table-column>
|
|
|
- <el-table-column prop="enterprisename" show-overflow-tooltip label="企业名称" width="150"></el-table-column>
|
|
|
+<!-- <el-table-column prop="enterprisename" show-overflow-tooltip label="企业名称" width="150"></el-table-column>-->
|
|
|
<el-table-column prop="itemno" show-overflow-tooltip label="产品编号" width="150"></el-table-column>
|
|
|
<el-table-column prop="itemname" label="产品名称" width="150"></el-table-column>
|
|
|
<el-table-column prop="spec" label="型号" width="150">
|