Browse Source

1.任务结束时间调整

wuhp 1 year ago
parent
commit
f1285f032e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/quote/quote.vue

+ 1 - 1
src/pages/quote/quote.vue

@@ -281,7 +281,7 @@ const columns1 = [
   },
   },
 
 
   {
   {
-    title: "开始时间",
+    title: "结束时间",
     dataIndex: "endTime",
     dataIndex: "endTime",
   },
   },