liujq před 3 roky
rodič
revize
b4691c427d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/plan/index.vue

+ 1 - 1
src/views/plan/index.vue

@@ -71,6 +71,7 @@ export default {
     this.listConfig = {
       rows: [
         { label: '意向楼盘', prop: 'estate_name' },
+        { label: '提交时间', prop: 'create_at' },
         { label: '微信昵称(手机)', prop: 'wxName', fullShow: true },
         { label: '微信头像', prop: 'wxImg', type: 'img' },
         { label: '用户名称', prop: 'name' },
@@ -88,7 +89,6 @@ export default {
         { label: '交房时间', prop: 'jfsj' },
         { label: '周边配套', prop: 'zbpt' },
         { label: '备注', prop: 'remark' },
-        { label: '提交时间', prop: 'create_at' },
         { label: '操作', width: 60, type: 'handle2', operations:
           [
             { label: '删除', func: this.delHandle, btnType: 'danger' },