liujq преди 4 години
родител
ревизия
6d557533e0
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      src/views/house/index.vue

+ 1 - 2
src/views/house/index.vue

@@ -106,13 +106,12 @@ export default {
         { label: '创建时间', prop: 'create_at' },
         { label: '更新人', prop: 'update_by' },
         { label: '更新时间', prop: 'update_at' },
-        { label: '操作', width: 460, type: 'handle2', operations:
+        { label: '操作', width: 400, type: 'handle2', operations:
           [
             { label: '编辑信息', func: this.openPopup, btnType: 'primary' },
             { label: '编辑相册', func: this.openPhotoPopup, btnType: 'info' },
             { label: '楼盘动态', func: this.openNews, btnType: 'info' },
             { label: '模块主题', func: this.openTHEPopup, btnType: 'info' },
-            { label: '楼盘评论', func: this.openTHEPopup, btnType: 'info' },
             { label: '删除', func: this.delHandle, btnType: 'danger' },
           ]
         }