Ver Fonte

修改bug

liuhj há 4 anos atrás
pai
commit
4a67aad0cb

+ 1 - 0
src/views/system/events/index.vue

@@ -265,6 +265,7 @@ export default {
     reset() {
       this.form = {
         id: null,
+        familyId: null,
         title: null,
         contents: null,
         createBy: null,

+ 1 - 1
src/views/system/feedbackinfo/index.vue

@@ -75,7 +75,7 @@
       <el-table-column label="提交人ID" align="center" prop="createBy" />
       <el-table-column label="创建时间" align="center" prop="createTime" width="180">
         <template slot-scope="scope">
-          <span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
+          <span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
         </template>
       </el-table-column>
       <el-table-column label="反馈意见" align="center" prop="opinions" />

+ 1 - 0
src/views/system/garden/index.vue

@@ -263,6 +263,7 @@ export default {
     reset() {
       this.form = {
         id: null,
+        familyId: null,
         title: null,
         contents: null,
         sort: null,