chris il y a 3 ans
Parent
commit
e366f553d8

+ 1 - 1
index.html

@@ -5,7 +5,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <meta http-equiv="X-UA-Compatible" content="ie=edge">
   <link rel="shortcut icon" type="image/x-icon" href="./static/img/logo.png">
-  <title>木之云平台</title>
+  <title>MZ 云平台</title>
   <% if (process.env.NODE_ENV === 'production') { %>
     <!-- 生产环境 -->
     <script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>')</script>

+ 1 - 1
src/views/common/home.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="mod-home">
-    <h3>木之云平台,欢迎您!</h3>
+    <h3>MZ 云平台,欢迎您!</h3>
   </div>
 </template>
 

+ 1 - 1
src/views/main-navbar.vue

@@ -2,7 +2,7 @@
   <nav class="site-navbar" :class="'site-navbar--' + navbarLayoutType">
     <div class="site-navbar__header">
       <h1 class="site-navbar__brand" @click="$router.push({ name: 'home' })">
-        <a class="site-navbar__brand-lg" href="javascript:;">木之云平台</a>
+        <a class="site-navbar__brand-lg" href="javascript:;">MZ 云平台</a>
         <a class="site-navbar__brand-mini" href="javascript:;">木之云</a>
       </h1>
     </div>

+ 1 - 1
src/views/modules/cus/communicate-detail.vue

@@ -17,7 +17,7 @@
       <e-desc title="沟通扫描件">
         <upload-component :display="true" :display-title="false" :accept="'*'" :file-obj-list="fileList"/>
       </e-desc>
-      <e-desc title="订单产品明细">
+      <e-desc v-if="Number(dataForm.coType) === 1" title="订单产品明细">
         <el-table
           :data="cusRCommProductVOS"
           border