meidi 1 год назад
Родитель
Сommit
8202956a42

+ 1 - 1
src/views/policy.info/publicContent/components/proactivelyDisclose/form.vue

@@ -16,7 +16,7 @@
16 16
             </a-form-item>
17 17
           </a-col>
18 18
           <a-col :span="12">
19
-            <a-form-item class="form-item" label="成文日期" name="documentDate" :label-col="{ span: 10 }">
19
+            <a-form-item class="form-item" label="发布时间" name="documentDate" :label-col="{ span: 10 }">
20 20
               <a-date-picker :disabled="disabled" v-model:value="formState.documentDate" valueFormat="YYYY-MM-DD HH:mm:ss"
21 21
                 style="width: 250px" />
22 22
             </a-form-item>

+ 1 - 1
src/views/policy.info/publicContent/components/resume/index.vue

@@ -66,7 +66,7 @@ const tableColumns = [
66 66
     }
67 67
   },
68 68
   { title: '标题', align: 'center', dataIndex: 'title' },
69
-  { title: '发布时间', align: 'center', dataIndex: 'publishDate' },
69
+  { title: '发布时间', align: 'center', dataIndex: 'publishTime' },
70 70
   // { title: '来源', align: 'center', dataIndex: 'informationSource' },
71 71
   { title: '状态', align: 'center', dataIndex: 'status' },
72 72
   { title: '操作', align: 'center', key: '操作' }