|
@@ -482,6 +482,19 @@
|
|
scope.row.dataState == 'AMEND'
|
|
scope.row.dataState == 'AMEND'
|
|
|
|
|
|
" @click="infoFn(scope.row.depositManageId)">详情</el-button>
|
|
" @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>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|