drugUser.vue 170 B

1234567891011121314151617
  1. <template>
  2. <!-- 用药人管理 -->
  3. <view>123</view>
  4. </template>
  5. <script>
  6. export default {
  7. data() {
  8. return {
  9. }
  10. }
  11. }
  12. </script>
  13. <style lang="scss">
  14. </style>