xiaodai2022 2 years ago
parent
commit
839cb8acf8
1 changed files with 8 additions and 11 deletions
  1. 8 11
      src/components/globalComponents/process-time-line/main.vue

+ 8 - 11
src/components/globalComponents/process-time-line/main.vue

@@ -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:'未知'}}
+            &nbsp;操&nbsp;作&nbsp;人&nbsp;:
+            {{ 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>