yzx 8 months ago
parent
commit
a88e2e929e

+ 1 - 1
src/components/DiyEditor/components/mobile/UserCard/index.vue

@@ -5,7 +5,7 @@
         <el-avatar :size="60">
           <Icon icon="ep:avatar" :size="60" />
         </el-avatar>
-        <span class="text-18px font-bold">芋道源码</span>
+        <span class="text-18px font-bold">标本管理系统</span>
       </div>
       <Icon icon="tdesign:qrcode" :size="20" />
     </div>

+ 1 - 1
src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue

@@ -664,7 +664,7 @@ const previewProcessJson = () => {
     previewModelVisible.value = true
   })
 }
-/* ------------------------------------------------ 芋道源码 methods ------------------------------------------------------ */
+/* ------------------------------------------------ 标本管理系统 methods ------------------------------------------------------ */
 const processSave = async () => {
   // console.log(bpmnModeler, 'bpmnModelerbpmnModelerbpmnModelerbpmnModeler')
   const { err, xml } = await bpmnModeler.saveXML()

+ 1 - 1
src/utils/constants.ts

@@ -1,5 +1,5 @@
 /**
- * Created by 芋道源码
+ * Created by 标本管理系统
  *
  * 枚举类
  */

+ 1 - 1
src/views/Login/SocialLogin.vue

@@ -198,7 +198,7 @@ const loginData = reactive({
   captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE !== 'false',
   tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE !== 'false',
   loginForm: {
-    tenantName: '芋道源码',
+    tenantName: '标本管理系统',
     username: 'admin',
     password: 'admin123',
     captchaVerification: '',

+ 1 - 1
src/views/Login/components/MobileForm.vue

@@ -133,7 +133,7 @@ const loginData = reactive({
   },
   loginForm: {
     uuid: '',
-    tenantName: '芋道源码',
+    tenantName: '标本管理系统',
     mobileNumber: '',
     code: ''
   }

+ 1 - 1
src/views/ai/utils/constants.ts

@@ -1,5 +1,5 @@
 /**
- * Created by 芋道源码
+ * Created by 标本管理系统
  *
  * AI 枚举类
  *

+ 1 - 1
src/views/ai/utils/utils.ts

@@ -1,5 +1,5 @@
 /**
- * Created by 芋道源码
+ * Created by 标本管理系统
  *
  * AI 枚举类
  *

+ 1 - 1
src/views/mp/components/wx-material-select/main.vue

@@ -1,7 +1,7 @@
 <!--
   - Copyright (C) 2018-2019
   - All rights reserved, Designed By www.joolun.com
-  芋道源码
+  标本管理系统
   ① 移除 avue 组件,使用 ElementUI 原生组件
 -->
 <template>

+ 1 - 1
src/views/mp/components/wx-msg/main.vue

@@ -1,7 +1,7 @@
 <!--
   - Copyright (C) 2018-2019
   - All rights reserved, Designed By www.joolun.com
-  芋道源码
+  标本管理系统
   ① 移除暂时用不到的 websocket
   ② 代码优化,补充注释,提升阅读性
 -->

+ 1 - 1
src/views/mp/components/wx-news/main.vue

@@ -2,7 +2,7 @@
   - Copyright (C) 2018-2019
   - All rights reserved, Designed By www.joolun.com
   【微信消息 - 图文】
-  芋道源码
+  标本管理系统
   ① 代码优化,补充注释,提升阅读性
 -->
 <template>

+ 1 - 1
src/views/mp/components/wx-reply/main.vue

@@ -1,7 +1,7 @@
 <!--
   - Copyright (C) 2018-2019
   - All rights reserved, Designed By www.joolun.com
-  芋道源码
+  标本管理系统
   ① 移除多余的 rep 为前缀的变量,让 message 消息更简单
   ② 代码优化,补充注释,提升阅读性
   ③ 优化消息的临时缓存策略,发送消息时,只清理被发送消息的 tab,不会强制切回到 text 输入

+ 1 - 1
src/views/mp/components/wx-video-play/main.vue

@@ -2,7 +2,7 @@
   - Copyright (C) 2018-2019
   - All rights reserved, Designed By www.joolun.com
   【微信消息 - 视频】
-  芋道源码
+  标本管理系统
   ① bug 修复:
     1)joolun 的做法:使用 mediaId 从微信公众号,下载对应的 mp4 素材,从而播放内容;
       存在的问题:mediaId 有效期是 3 天,超过时间后无法播放

+ 1 - 1
src/views/mp/components/wx-voice-play/main.vue

@@ -2,7 +2,7 @@
   - Copyright (C) 2018-2019
   - All rights reserved, Designed By www.joolun.com
   【微信消息 - 语音】
-   芋道源码
+   标本管理系统
   ① bug 修复:
     1)joolun 的做法:使用 mediaId 从微信公众号,下载对应的 mp4 素材,从而播放内容;
       存在的问题:mediaId 有效期是 3 天,超过时间后无法播放

+ 1 - 1
src/views/mp/material/components/ImageTable.vue

@@ -63,7 +63,7 @@ const emit = defineEmits<{
   column-count: 5;
   margin-top: 10px;
 
-  /* 芋道源码:增加 10px,避免顶着上面 */
+  /* 标本管理系统:增加 10px,避免顶着上面 */
 }
 
 .waterfall-item {

+ 1 - 2
src/views/museums/museumsdocument/index.vue

@@ -91,8 +91,7 @@
         <el-button
           type="primary"
           plain
-          @click="openForm('create')"
-          v-hasPermi="['museums:document:create']"
+          @click="openForm('create')" 
         >
           <Icon icon="ep:plus" class="mr-5px" /> 新增
         </el-button>

+ 3 - 1
src/views/museums/specimenoutbound/OutboundForm/ApproalDetails.vue

@@ -102,7 +102,9 @@
                 <el-descriptions-item label="出库员:" label-align="right" label-class-name="my-label">
                   {{ outboundData.operator }}
                 </el-descriptions-item>
-
+                <el-descriptions-item label="出库证明人:" label-align="right" label-class-name="my-label">
+                  {{ outboundData.twoOperator }}
+                </el-descriptions-item>
                 <el-descriptions-item label="退还日期:" label-align="right"
                                       label-class-name="my-label">
                   {{formatDate(outboundData.returnDate)}}

+ 3 - 1
src/views/museums/specimenoutbound/OutboundForm/outboundDetail.vue

@@ -94,7 +94,9 @@
                 <el-descriptions-item label="出库员:" label-align="right" label-class-name="my-label">
                   {{ outboundData.operator }}
                 </el-descriptions-item>
-
+                <el-descriptions-item label="出库证明人:" label-align="right" label-class-name="my-label">
+                  {{ outboundData.twoOperator }}
+                </el-descriptions-item>
                 <el-descriptions-item label="退还日期:" label-align="right"
                                       label-class-name="my-label">{{
                     outboundData.returnDate