Kaynağa Gözat

Merge branch 'dev_v2' of https://gogs.zfire.top/zfire-front/supply-front into dev_v2

zh 2 yıl önce
ebeveyn
işleme
3f4d5ff171
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. 2 3
      src/views/deposit_home/refund_list.vue

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

@@ -273,7 +273,6 @@ export default {
     },
     operation() {
       return (h, { row, index, column }) => {
-        console.log(row)
         return (
           <div class="operation-btns">
             {row.examineStatus == 'WAIT' && this.$checkBtnRole('examine', this.$route.meta.roles) ? (
@@ -321,12 +320,12 @@ export default {
               <el-popconfirm
                 style="margin-left: 10px"
                 title="二次退押吗?"
-                onConfirm={() => {
+                onOnConfirm={() => {
                   this.secondRefund(row)
                 }}
               >
                 <el-button slot="reference" type="text" size="mini">
-                  二次退押{' '}
+                  二次退押
                 </el-button>
               </el-popconfirm>
             ) : null}