lrf 2 months ago
parent
commit
27b6721c4d

+ 1 - 1
src/utils/timeFormat.ts

@@ -1,6 +1,6 @@
 import dayjs from 'dayjs'
 
-const tf = (time: string, formatPartten = 'YYYY-MM-DD HH:mm:ss') => {
+const tf = (time: string, formatPartten = 'YYYY-MM-DD') => {
   return dayjs(time).format(formatPartten)
 }
 

+ 3 - 3
src/views/win/introduceIndex.vue

@@ -12,9 +12,9 @@
                         <el-col :span="24" class="zero">
                               <brief-index />
                         </el-col>
-                        <el-col :span="24" class="zero">
+                        <!-- <el-col :span="24" class="zero">
                               <setting-index />
-                        </el-col>
+                        </el-col> -->
                         <el-col :span="24" class="zero">
                               <combrief-index />
                         </el-col>
@@ -41,7 +41,7 @@ import topIndex from '../../components/windows/topIndex.vue'
 /* 介绍 */
 import briefIndex from './introduceParts/briefIndex.vue'
 /* 设置 */
-import settingIndex from './introduceParts/settingIndex.vue'
+// import settingIndex from './introduceParts/settingIndex.vue'
 /* 公司介绍 */
 import combriefIndex from './introduceParts/combriefIndex.vue'
 /* 三产 */

+ 1 - 2
src/views/winParts/introduceIndex.vue

@@ -1,6 +1,6 @@
 <template>
   <el-row class="introduce animate__animated animate__backInLeft">
-    <el-col :span="24" class="info">
+    <el-col :span="24" class="info" @click="toOpen()">
       <el-col :span="12" class="left">
         <el-col :span="24" class="left1">
           <el-col :span="12" class="title">
@@ -9,7 +9,6 @@
           </el-col>
           <el-col :span="12" class="enTitle"> GROUP<br />INTRODUCTION </el-col>
         </el-col>
-        <!-- TODO: 换成接口查询 -->
         <el-col :span="24" class="left2" v-html="left2Data"> </el-col>
         <el-col :span="24" class="left3">
           <el-image class="images" :src="rightIcon" @click="toOpen()"></el-image>