jhzh
2024-09-19 e3097587828362e34352cf4f378c8f5a260ea700
src/page/user/compontents/cash-list.vue
@@ -85,9 +85,7 @@
              <p class="clearfix">
                <span class="secondary col-xs-6"
                  >{{ $t("sj") }}:
                  <b v-if="item.applyTime">{{
                    new Date(item.applyTime) | timeFormat
                  }}</b>
                  <b v-if="item.applyTime">{{ $moment(item.applyTime).format("DD-MM-YYYY hh:mm:ss A") }}</b>
                  <b v-else></b>
                </span>
              </p>
@@ -192,6 +190,7 @@
<style lang="less" scoped>
.wrapper {
  background-color: #fff !important;
  height: 95vh;
}
.payNumber {