Procházet zdrojové kódy

Merge branch 'v3.5' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager into v3.5

魏熙美 před 5 roky
rodič
revize
f148a7c0fe

+ 7
- 7
src/pages/carouselFigure/advertisingList.jsx Zobrazit soubor

@@ -55,13 +55,13 @@ const toEdit = (contentId) => () => {
55 55
       align: 'center',
56 56
       render: (contentType) => <span>{ contentType === 'project' ? '项目' : contentType === 'activity' ? '活动' : contentType === 'news' ? '资讯' : contentType === 'other' ? '其他' : contentType === 'help' ? '助力' : contentType === 'group' ? '拼团' : '' }</span>
57 57
     },
58
-    {
59
-      title: '发布位置',
60
-      dataIndex: 'showPosition',
61
-      key: 'showPosition',
62
-      align: 'center',
63
-      render: (showPosition) => <span>{ showPosition === 'index' ? '首页' : showPosition === 'mall' ? '商城' : '' }</span>
64
-    },
58
+    // {
59
+    //   title: '发布位置',
60
+    //   dataIndex: 'showPosition',
61
+    //   key: 'showPosition',
62
+    //   align: 'center',
63
+    //   render: (showPosition) => <span>{ showPosition === 'index' ? '首页' : showPosition === 'mall' ? '商城' : '' }</span>
64
+    // },
65 65
     {
66 66
       title: '发布时间',
67 67
       dataIndex: 'createDate',

+ 1
- 1
src/pages/system/document/list.jsx Zobrazit soubor

@@ -84,7 +84,7 @@ function body(props) {
84 84
       dataIndex: 'createDate',
85 85
       key: 'createDate',
86 86
       align: 'center',
87
-      render: (createDate) => moment(createDate).format('YYYY-MM-DD h:mm:ss')
87
+      render: (createDate) => moment(createDate).format('YYYY-MM-DD HH:mm:ss')
88 88
     },
89 89
 
90 90
     {