From 96c77f2b5f92b55ff7d0f91e9021e5acee36bedf Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期三, 24 一月 2024 13:39:26 +0800
Subject: [PATCH] 返修标记

---
 jcdm-ui/src/views/main/kb/repairMark/index.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/jcdm-ui/src/views/main/kb/repairMark/index.vue b/jcdm-ui/src/views/main/kb/repairMark/index.vue
index ffea7be..4a040c2 100644
--- a/jcdm-ui/src/views/main/kb/repairMark/index.vue
+++ b/jcdm-ui/src/views/main/kb/repairMark/index.vue
@@ -2,7 +2,7 @@
   <div class="app-container">
     <el-card class="box-card" >
       <el-row>
-        <el-divider style="margin-bottom: 10px"><span style="font-size: 40px">鍙戝姩鏈鸿繑淇爣璁扮郴缁�</span></el-divider>
+        <el-divider><span style="font-size: 30px">鍙戝姩鏈鸿繑淇爣璁扮郴缁�</span></el-divider>
       </el-row>
       <el-row style="margin-top: 10px">
         <el-form :model="queryParams.sfcCode" ref="queryForm" :inline="true" label-width="68px" >
@@ -21,7 +21,7 @@
         </el-form>
       </el-row>
     </el-card>
-    <el-row :gutter="0">
+    <el-row>
       <el-col :span="20">
         <el-card style="margin-top: 10px; height: 490px;" class="box-card">
           <el-table border ref="multipleTable" :data="passingStationCollectionList"  @selection-change="handleSelectionChange">
@@ -38,12 +38,12 @@
             </el-table-column>
             <el-table-column label="鍏ョ珯鏃堕棿" align="center" prop="inboundTime" width="100">
               <template slot-scope="scope">
-                <span>{{ parseTime(scope.row.inboundTime, '{y}-{m}-{d}') }}</span>
+                <span>{{ parseTime(scope.row.inboundTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
               </template>
             </el-table-column>
             <el-table-column label="鍑虹珯鏃堕棿" align="center" prop="outboundTime" width="100">
               <template slot-scope="scope">
-                <span>{{ parseTime(scope.row.outboundTime, '{y}-{m}-{d}') }}</span>
+                <span>{{ parseTime(scope.row.outboundTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
               </template>
             </el-table-column>
             <el-table-column label="鏄惁鍚堟牸" align="center" prop="outRsSign">
@@ -52,7 +52,7 @@
             </el-table-column>
             <el-table-column label="閲囬泦鏃堕棿" align="center" prop="collectionTime" width="180">
               <template slot-scope="scope">
-                <span>{{ parseTime(scope.row.collectionTime, '{y}-{m}-{d}') }}</span>
+                <span>{{ parseTime(scope.row.collectionTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
               </template>
             </el-table-column>
             <el-table-column label="鑺傛媿鏃堕棿" align="center" prop="beatTime">
@@ -62,12 +62,12 @@
       </el-col>
       <el-col :span="4">
         <el-card style="margin-top: 10px; min-height: 490px" class="box-card">
-          <el-button type="success" icon="el-icon-s-grid" @click="selectAll" style="margin-left: 40px;width: 120px;margin-top: 10px">閫夋嫨鎵�鏈�</el-button>
-          <el-button type="success" icon="el-icon-close" @click="clearAll" style="margin-left: 40px; width: 120px;margin-top: 10px">鍙栨秷閫夋嫨</el-button>
-          <el-button type="success" icon="el-icon-document-remove" @click="selectUnqualified" style="margin-left: 40px; width: 120px;margin-top: 10px">閫夋嫨涓嶅悎鏍�</el-button>
-          <el-button type="success" icon="el-icon-s-flag" @click="markComplete" style="margin-left: 40px; width: 120px;margin-top: 10px">鏍囪瀹屾垚</el-button>
-          <el-button type="success" icon="el-icon-files" @click="repairRecord" style="margin-left: 40px; width: 120px;margin-top: 10px">杩斾慨璁板綍</el-button>
-          <el-button type="success" icon="el-icon-date" @click="operationLog" style="margin-left: 40px; width: 120px;margin-top: 10px">鎿嶄綔鏃ュ織</el-button>
+          <el-button type="success" icon="el-icon-s-grid" @click="selectAll" style="margin-left: 10px; width: 100px;margin-top: 10px">閫夋嫨鎵�鏈�</el-button>
+          <el-button type="success" icon="el-icon-close" @click="clearAll" style="width: 100px;margin-top: 10px">鍙栨秷閫夋嫨</el-button>
+          <el-button type="success" icon="el-icon-document-remove" @click="selectUnqualified" style="width: 100px;margin-top: 10px">閫夋嫨涓嶅悎鏍�</el-button>
+          <el-button type="success" icon="el-icon-s-flag" @click="markComplete" style="width: 100px;margin-top: 10px">鏍囪瀹屾垚</el-button>
+          <el-button type="success" icon="el-icon-files" @click="repairRecord" style="width: 100px;margin-top: 10px">杩斾慨璁板綍</el-button>
+          <el-button type="success" icon="el-icon-date" @click="operationLog" style="width: 100px;margin-top: 10px">鎿嶄綔鏃ュ織</el-button>
 
         </el-card>
       </el-col>

--
Gitblit v1.9.3