lining 6 lat temu
rodzic
commit
97327a6550
1 zmienionych plików z 10 dodań i 10 usunięć
  1. 10 10
      src/dashoo.cn/frontend_web/src/pages/index.vue

+ 10 - 10
src/dashoo.cn/frontend_web/src/pages/index.vue

@@ -70,11 +70,11 @@
 
           <el-table-column label="执行人" prop="UserName" align="center"></el-table-column>
 
-            <el-table-column label="提交" prop="CreateTime">
-              <template slot-scope="scope">
-                {{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}
-              </template>
-            </el-table-column>
+            <!--<el-table-column label="提交" prop="CreateTime">-->
+              <!--<template slot-scope="scope">-->
+                <!--{{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}-->
+              <!--</template>-->
+            <!--</el-table-column>-->
 
           <el-table-column label="操作" width="130" align="center" fixed="right">
             <template slot-scope="scope">
@@ -114,11 +114,11 @@
             <el-table-column label="公司名称" prop="SupplierName"></el-table-column>
 
             <el-table-column label="执行人" prop="UserName"></el-table-column>
-            <el-table-column label="提交" prop="CreateTime">
-              <template slot-scope="scope">
-                {{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}
-              </template>
-            </el-table-column>
+            <!--<el-table-column label="提交" prop="CreateTime">-->
+              <!--<template slot-scope="scope">-->
+                <!--{{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}-->
+              <!--</template>-->
+            <!--</el-table-column>-->
             <el-table-column label="操作" width="130" align="center" fixed="right">
               <template slot-scope="scope">
                 <el-button type="text" title="打开"  icon="el-icon-edit" size="mini" @click="rowClick(scope.row)">打开</el-button>