|
@@ -21,7 +21,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template #table-column-name="{scope}">
|
|
<template #table-column-name="{scope}">
|
|
|
- <span class="item-name" v-if="scope.row.delStatus == 1" style="text-decoration: line-through;color:red;">{{ scope.row.name }}</span>
|
|
|
|
|
|
|
+ <span class="item-name" v-if="scope.row.delStatus == 1" style="color:red;">{{ scope.row.name }}</span>
|
|
|
<span class="item-name" v-else>{{ scope.row.name }}</span>
|
|
<span class="item-name" v-else>{{ scope.row.name }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|