|
|
@@ -330,13 +330,13 @@
|
|
|
<el-tag prop="productType" v-for="(item, index) in productTypeOptions" v-if="scope.row.productType==item.dictValue">{{item.dictLabel}}</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="状态" align="center" prop="isShow" >
|
|
|
+ <!-- <el-table-column label="状态" align="center" prop="isShow" >
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag :type="getStatusType(scope.row)" prop="status">
|
|
|
{{ getStatusText(scope.row) }}
|
|
|
</el-tag>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|