|
@@ -101,7 +101,8 @@
|
|
|
<div class="table-layout">
|
|
|
<el-row>
|
|
|
<el-col :span="2" class="table-cell-title">ID</el-col>
|
|
|
- <el-col :span="6" class="table-cell-title">附加名</el-col>
|
|
|
+ <el-col :span="3" class="table-cell-title">附加名</el-col>
|
|
|
+ <el-col :span="3" class="table-cell-title">最多可选数量</el-col>
|
|
|
<el-col :span="8" class="table-cell-title">明细</el-col>
|
|
|
<el-col :span="4" class="table-cell-title">创建时间</el-col>
|
|
|
<el-col :span="4" class="table-cell-title">更新时间</el-col>
|
|
@@ -109,7 +110,8 @@
|
|
|
<el-row v-for="(item, index) in props.row.attachs"
|
|
|
:key="index">
|
|
|
<el-col :span="2" class="table-cell">{{ item.id }}</el-col>
|
|
|
- <el-col :span="6" class="table-cell">{{ item.attach_name }}</el-col>
|
|
|
+ <el-col :span="3" class="table-cell">{{ item.attach_name }}</el-col>
|
|
|
+ <el-col :span="3" class="table-cell">{{ item.attach_max_num }}</el-col>
|
|
|
<el-col :span="8" class="table-cell">
|
|
|
<el-tag
|
|
|
class="af-el-tag"
|