提交
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
<el-table-column type="index" label="No." width="55" align="center">
|
||||
<template slot-scope="scope">
|
||||
<i v-if="scope.row.is_change == 1" class="itemChanged"></i>
|
||||
<img src="../../assets/img/repeat.png" v-if="scope.row.is_repeat==1" alt="" style="width: 24px;height: 24px;float: left;">
|
||||
<span>{{scope.$index + 1}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user