|
|
@@ -1,5 +1,8 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
+ <div>
|
|
|
+
|
|
|
+ </div>
|
|
|
<div style="width:100%;height:auto;text-align: left;" v-for="(sonProduct, index) in allProdct">
|
|
|
|
|
|
<div style="font-weight:bold;text-align: left;width:100%;padding:6px 0 5px 8px;">{{ sonProduct.className }}</div>
|
|
|
@@ -17,7 +20,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column prop="name" label="花材" width="160">
|
|
|
+ <el-table-column prop="name" label="花材" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<span style="font-size:14px;">{{ scope.row.name }}</span>
|
|
|
</template>
|