qymljy пре 8 месеци
родитељ
комит
cf52574afd

+ 1 - 1
src/SManagement/orderclue_detail/components/followDetail.vue

@@ -113,7 +113,7 @@
                 <div v-if="t.subcomment.length > 0" style="margin-left: 10px">
                   <div v-for="k in t.subcomment" :key="k.index">
                     <div style="display: flex;justify-content: left;align-items: center">
-                      <div style="font-size: 14px;font-weight: bold;color:#333;">{{k.replyusername}}</div><i style="margin: 0 10px 0 10px" class="el-icon-caret-right"></i><div style="font-size: 14px;font-weight: bold;color:#333;">{{k.createby}}</div>
+                      <div style="font-size: 14px;font-weight: bold;color:#333;">{{k.createby}}</div><i style="margin: 0 10px 0 10px" class="el-icon-caret-right"></i><div style="font-size: 14px;font-weight: bold;color:#333;">{{k.replyusername}}</div>
                     </div>
                     <div style="color:#666;font-size: 14px">{{k.content}}</div>
                     <div style="display: flex;justify-content: space-between;align-items: center">

+ 1 - 1
src/components/normal-basic-layout-new/details/modules/followUp/followUp.vue

@@ -137,7 +137,7 @@
                 <div v-if="item.subcomment.length > 0" style="margin-left: 10px">
                   <div v-for="k in item.subcomment" :key="k.index">
                     <div style="display: flex;justify-content: left;align-items: center">
-                      <div style="font-size: 14px;font-weight: bold;color:#333;">{{k.replyusername}}</div><i style="margin: 0 10px 0 10px" class="el-icon-caret-right"></i><div style="font-size: 14px;font-weight: bold;color:#333;">{{k.createby}}</div>
+                      <div style="font-size: 14px;font-weight: bold;color:#333;">{{k.createby}}</div><i style="margin: 0 10px 0 10px" class="el-icon-caret-right"></i><div style="font-size: 14px;font-weight: bold;color:#333;">{{k.replyusername}}</div>
                     </div>
                     <div style="color:#666;font-size: 14px">{{k.content}}</div>
                     <div style="display: flex;justify-content: space-between;align-items: center">

+ 1 - 1
src/components/normal-basic-layout/details/modules/followUp/followUp.vue

@@ -137,7 +137,7 @@
                 <div v-if="item.subcomment.length > 0" style="margin-left: 10px">
                   <div v-for="k in item.subcomment" :key="k.index">
                     <div style="display: flex;justify-content: left;align-items: center">
-                      <div style="font-size: 14px;font-weight: bold;color:#333;">{{k.replyusername}}</div><i style="margin: 0 10px 0 10px" class="el-icon-caret-right"></i><div style="font-size: 14px;font-weight: bold;color:#333;">{{k.createby}}</div>
+                      <div style="font-size: 14px;font-weight: bold;color:#333;">{{k.createby}}</div><i style="margin: 0 10px 0 10px" class="el-icon-caret-right"></i><div style="font-size: 14px;font-weight: bold;color:#333;">{{k.replyusername}}</div>
                     </div>
                     <div style="color:#666;font-size: 14px">{{k.content}}</div>
                     <div style="display: flex;justify-content: space-between;align-items: center">