|
@@ -60,6 +60,11 @@
|
|
|
<p :style="'width:40px;height:23px;margin:0;background:'+scope.row.showColour"></p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="是否特殊类目" align="left" prop="showColour">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <p>{{scope.row.isSpecial==2?'是':'否'}}</p>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="创建人" align="left" prop="createBy"/>
|
|
|
<el-table-column label="创建时间" align="left" prop="createTime"/>
|
|
|
<el-table-column label="操作" align="left" class-name="small-padding fixed-width" width="120">
|