renkang
2024-12-09 fe12fe0325c33867a4cb8387e4f19a0178e5e1a1
h5/pages/operation/record.vue
@@ -99,7 +99,7 @@
         },
         getpeo() {
            findInternalList().then(res => {
               this.columns = [res.data]
               this.columns = [...res.data]
            })
         },
         confirm(e) {
@@ -118,7 +118,7 @@
<style lang="scss" scoped>
   .main_app {
      padding: 0 30rpx;
      padding: 30rpx;
   }
   .head_wrap {