1
jhzh
2024-11-09 76a3da9e613191b032620303210ccbefdfdfa1a4
src/page/user/compontents/cash-list.vue
@@ -85,19 +85,17 @@
              <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">
@@ -192,6 +190,7 @@
<style lang="less" scoped>
.wrapper {
  background-color: #fff !important;
  height: 95vh;
}
.payNumber {