| 1234567891011121314151617181920 |
- <!--
- * @Author: cyy szjbdcyy@126.com
- * @Date: 2023-01-03 11:58:44
- * @LastEditors: cyy szjbdcyy@126.com
- * @LastEditTime: 2023-02-21 15:11:53
- * @FilePath: \lh_firm_former\src\components\jbd-panel\index.vue
- * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
- -->
- <template>
- <div class="jbd-sys-title">
- <!--<span class="jbd-sys-title-cont-center" style="margin-left: 40px;float: left;">金通实验室认证认可LIMS系统V2.0</span>-->
- <span class="jbd-sys-title-cont-center" style="margin-left: 40px;float: left;">深圳市罗湖医院集团细胞质量检测实验室LIMS系统</span>
- <span style="float: right; " class="jbd-sys-title-contact">
- </br>
- 深圳市金源信通科技有限公司开发 <i style="margin-left: 10px;" class="el-icon-phone"/> 0755-2642-4403
- <i style="margin-left: 20px;" class="el-icon-phone"/> 153 6143 5689
- </span>
- </div>
- </template>
|