Merge branch 'dev'
Showing
15 changed files
with
540 additions
and
60 deletions
-
Please register or sign in to post a comment
... | ... | @@ -70,7 +70,7 @@ |
<style lang="scss" scoped> | ||
.djbfm { | ||
width: 100%; | ||
height: 80%; | ||
height: 100%; | ||
background: #fff; | ||
line-height: 45px; | ||
text-align: center; | ||
... | ... |
... | ... | @@ -216,10 +216,9 @@ |
this.$popup("登记簿详情", "registerBook/djbFrame", { | ||
formData: param | ||
}) | ||
}, | ||
}, | ||
}; | ||
} | ||
} | ||
} | ||
</script> | ||
<style scoped lang="scss"> | ||
@import "~@/styles/mixin.scss"; | ||
... | ... |
/* | ||
* @Description: | ||
* @Autor: renchao | ||
* @LastEditTime: 2023-10-31 08:50:23 | ||
* @LastEditTime: 2023-11-14 14:15:21 | ||
*/ | ||
import filter from '@/utils/filter.js' | ||
let vm = null | ||
... | ... |