jinlin
2024-10-28 79eab76ac1b4b77696c92d72cfbde1e122c4c28f
web/src/views/modules/home.vue
@@ -64,12 +64,15 @@
          baseReliabList: [],
          loginNum: '',
          planMakeNum: ''
        }
        },
        userId: ''
      }
    },
    components: {},
    created() {
    },
    mounted() {
      this.init()
      this.init2()
    },
    computed: {
      keepNumber() { //过滤器保留4为小数
@@ -80,7 +83,7 @@
      },
    },
    methods: {
      init() {
      init2() {
        this.getInfo2()
      },
      async getInfo2() {
@@ -107,6 +110,7 @@
    margin: 10px;
    color: #000000;
  }
  .font{
    font-size: 20px;
    margin: 10px;