Pārlūkot izejas kodu

Merge tag 'Hotfix-zh-355' into develop

Finish Hotfix-zh-355
zh 2 gadi atpakaļ
vecāks
revīzija
bb6807e6c2
1 mainītis faili ar 13 papildinājumiem un 0 dzēšanām
  1. 13 0
      src/views/deposit_home/refund_list.vue

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

@@ -482,6 +482,19 @@
                   scope.row.dataState == 'AMEND'
 
                 " @click="infoFn(scope.row.depositManageId)">详情</el-button>
+                <el-popconfirm
+                  v-if="scope.row.examineStatus == 'OK' && !scope.row.isRefundDeposit"
+                  style="margin-left: 10px"
+                  title="二次退押吗?"
+                  @onConfirm="secondRefund(scope.row)"
+                >
+                  <el-button
+                    slot="reference"
+                    type="text"
+                    size="mini"
+                  >二次退押
+                  </el-button>
+                </el-popconfirm>
               </template>
             </el-table-column>
           </el-table>