index.vue 999 B

1234567891011121314151617181920212223242526272829303132
  1. <!--
  2. * @Author: your name
  3. * @Date: 2021-02-27 09:28:49
  4. * @LastEditTime: 2021-03-02 14:26:01
  5. * @LastEditors: Please set LastEditors
  6. * @Description: In User Settings Edit
  7. * @FilePath: \intelligentLock\src\pages\userAgreement\userAgreement.vue
  8. -->
  9. <template>
  10. <view class="page">
  11. <view class="aboutLab">
  12. <view class="labTextContent">
  13. 大数华创 LabSOP 综合管理平台,适用于细胞制备及应用、基因测序与生物诊疗、生物制药、生物样本库、实验室监控等产业,为医学研究、
  14. 个性化治疗、药物研究、样本存储及研究等业务板块提供流程化、标准化、系统化操作管理系统,打造基于行业法规的实验室全流程质量控制及生产过程管理系统,
  15. 实现实验室“人、机、料、法、环”关键环节管理。</view>
  16. </view>
  17. </view>
  18. </template>
  19. <script>
  20. import "./index.scss"
  21. export default {
  22. data () {
  23. return {
  24. }
  25. },
  26. methods: {
  27. }
  28. }
  29. </script>