|
|
@@ -33,12 +33,11 @@
|
|
|
<span>{{ scope.row.seriesName}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <!-- 商家ID -->
|
|
|
-<!-- <el-table-column :label="$t('prodTemplateSeries.shopId')" prop="shopId" align="center">-->
|
|
|
-<!-- <template slot-scope="scope">-->
|
|
|
-<!-- <span>{{ scope.row.shopId}}</span>-->
|
|
|
-<!-- </template>-->
|
|
|
-<!-- </el-table-column>-->
|
|
|
+ <el-table-column label="排序" prop="seq" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{ scope.row.seq}}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column align="center" fixed="right" :label="$t('publics.operating')" width="auto">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="text-btn-con">
|