Sfoglia il codice sorgente

管理后台-商品新增:新增最多可选数量字段

panyong 3 anni fa
parent
commit
ceaf1cbfe9
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      htmldev/manage/src/views/business/pms/goods/index.vue

+ 4 - 2
htmldev/manage/src/views/business/pms/goods/index.vue

@@ -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"