jiangping
2024-12-09 f8f7fbc0f334bca013a1af9151a6d913a1d50b3f
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 {