|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="processTimeLine">
|
|
|
+ <div class="processTimeLine">
|
|
|
<el-steps
|
|
|
direction="vertical"
|
|
|
:active="options.length"
|
|
@@ -17,22 +17,19 @@
|
|
|
>
|
|
|
<div
|
|
|
slot="title"
|
|
|
- style="
|
|
|
- position: absolute;
|
|
|
- width: 142px;
|
|
|
- left: -150px;
|
|
|
- text-align: right;
|
|
|
- "
|
|
|
+ style="position: absolute; width: 142px; left: -150px; text-align: right"
|
|
|
>
|
|
|
{{ item.status_name }}
|
|
|
</div>
|
|
|
<div slot="description">
|
|
|
<p class="name">
|
|
|
- 操作人: {{ item.action_name?item.action_name:'未知'}}
|
|
|
+ 操 作 人 :
|
|
|
+ {{ item.action_name ? item.action_name : "未知" }}
|
|
|
+ </p>
|
|
|
+ <p class="item">
|
|
|
+ 账号来源:
|
|
|
+ {{ item.source + "" === "2" ? "供应商端" : "采销平台" }}
|
|
|
</p>
|
|
|
- <!-- <p class="item">
|
|
|
- {{ item.action_name?item.action_name:'未知'}}
|
|
|
- </p> -->
|
|
|
<p class="time">
|
|
|
{{ item.addtime }}
|
|
|
</p>
|