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 {