This commit is contained in:
2025-03-07 16:19:56 +08:00
parent 15ec73a0fb
commit f022ec8c49
9 changed files with 2805 additions and 264 deletions

View File

@@ -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>