zhouhao 2 anni fa
parent
commit
06100a10a0

+ 5 - 5
src/views/deposit_home/components/refund_list-detail.vue

@@ -718,7 +718,7 @@
                   复核人
                 </div>
                 <div class="value">
-                  <el-input v-model="detailList.reviewBy" placeholder="请输入" />
+                  {{detailList.reviewBy}}
                 </div>
               </el-col>
               <el-col :xs="12" :sm="12" :lg="12" class="item">
@@ -726,8 +726,7 @@
                   复核时间
                 </div>
                 <div class="value">
-                  <el-date-picker v-model="detailList.reviewTime" class="dateStyle" type="datetime" placeholder="选择日期"
-                    default-time="00:00:00" value-format="yyyy-MM-dd HH:mm:ss" />
+                  {{detailList.reviewTime}}
                 </div>
               </el-col>
               <el-col :xs="12" :sm="24" :lg="24" class="item dateS">
@@ -735,8 +734,9 @@
                   复核说明
                 </div>
                 <div class="value">
-                  <input v-model="detailList.reviewRemark" type="text" />
-                </div>
+{{
+  detailList.reviewRemark
+}}                </div>
               </el-col>
 
             </el-row>

+ 1 - 2
src/views/deposit_home/components/refund_reexamine.vue

@@ -730,7 +730,7 @@
                   复核说明
                 </div>
                 <div class="value">
-                  <input v-model="detailList.reviewRemark" type="text" />
+                  <el-input v-model="detailList.reviewRemark" type="text"></el-input>
                 </div>
               </el-col>
 
@@ -959,7 +959,6 @@ export default {
   height: 64px;
   width: 64px;
 }
-
 .dateS {
   .value {
     padding: 0;

+ 2 - 0
src/views/deposit_home/refund_list.vue

@@ -466,7 +466,9 @@
                   scope.row.examineStatus == 'OK' ||
                   scope.row.examineStatus == 'FAIL' ||
                   scope.row.examineStatus == 'WAIT_REVIEW' ||
+                  scope.row.examineStatus ==  'REVIEW' ||
                   scope.row.examineStatus ==  'AMEND'
+
                 " @click="infoFn(scope.row.depositManageId)">详情</el-button>
               </template>
             </el-table-column>