ll
liukangdong
2024-12-09 9ce28811e94fa042adb7cabe6581b0393c6d576d
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 {