| | |
| | | <span class="payNumber" |
| | | >{{ $USD }}{{ item.withAmt | _toLocaleString }}</span |
| | | > |
| | | <span class="red pull-right"> |
| | | <span v-if="item.withStatus!=1" class="red pull-right"> |
| | | {{ |
| | | item.withStatus == 1 |
| | | ? $t("hjtxcg") |
| | | : item.withStatus == 2 |
| | | ? $t("hjtxsb") |
| | | : item.withStatus == 3 |
| | | ? $t("hjddqx") |
| | | : $t("hjshz") |
| | | }} |
| | | <i |
| | | v-if="item.withStatus == 1" |
| | | class="iconfont icon-tongguo4 animated bounceIn" |
| | | ></i> |
| | | <i |
| | | v-if="item.withStatus == 0" |
| | | class="iconfont icon-dengdai animated bounceInDown" |
| | | ></i> |
| | | <i |
| | | v-if="item.withStatus == 2" |
| | | class="iconfont icon-failure animated bounceInDown" |
| | | ></i> |
| | | <i |
| | | v-if="item.withStatus == 3" |
| | | class="iconfont icon-iconfontweitongguo animated bounceInDown" |
| | | ></i> |
| | | </span> |
| | | <span v-if="item.withStatus==1" class="green pull-right" > |
| | | {{ |
| | | item.withStatus == 1 |
| | | ? $t("hjtxcg") |
| | |
| | | <p class="clearfix"> |
| | | <span class="secondary col-xs-6" |
| | | >{{ $t("sj") }}: |
| | | <b v-if="item.applyTime">{{ |
| | | item.applyTime |
| | | }}</b> |
| | | <b v-if="item.applyTime">{{ $moment(item.applyTime).format("DD-MM-YYYY hh:mm:ss A") }}</b> |
| | | <b v-else></b> |
| | | </span> |
| | | </p> |
| | | </div> |
| | | <div v-if="item.withStatus == 0" class="order-foot clearfix"> |
| | | <!-- <div v-if="item.withStatus == 0" class="order-foot clearfix"> |
| | | <div @click="cancle(item.id)" class="foot-btn"> |
| | | <i class="font-icon"></i> |
| | | {{ $t("hjqxtx") }} |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | <!-- <div class="capital"> |
| | | <div class="pro"> |
| | |
| | | <style lang="less" scoped> |
| | | .wrapper { |
| | | background-color: #fff !important; |
| | | height: 95vh; |
| | | } |
| | | |
| | | .payNumber { |