jiangping
2025-07-15 fe386ee15e63214b6f9633f7622982fafac1dba6
admin/src/views/business/categoryCar.vue
@@ -31,6 +31,16 @@
            <span v-else >否</span>
          </template>
        </el-table-column>
        <el-table-column  prop="detail" label="可选规格" min-width="100px">
          <template slot-scope="{row}">
              <div v-if="row.detailList && row.detailList.length">
                <div v-for="item in row.detailList">
                  {{item || ''}}
                  <span v-if="item.index < row.detailList.length" style="margin: 10px">|</span>
                </div>
              </div>
          </template>
        </el-table-column>
        <el-table-column label="状态">
          <template slot-scope="{row}">
            <el-switch :disabled="row.isFixed ==1" @change="changeStatus($event, row)" v-model="row.status" active-color="#13ce66"