|
@@ -21,11 +21,8 @@
|
|
|
>
|
|
|
{{ item.status_name }}
|
|
|
</div>
|
|
|
- <div
|
|
|
- slot="description"
|
|
|
- v-if="index + 1 !== options.length"
|
|
|
- style="padding: 20px 0 0 0"
|
|
|
- >
|
|
|
+ <!-- v-if="index + 1 !== options.length" -->
|
|
|
+ <div slot="description" style="padding: 20px 0 0 0">
|
|
|
<p class="name">
|
|
|
操 作 人 :
|
|
|
{{ item.action_name ? item.action_name : "未知" }}
|