Browse Source

日程计划列表-隐藏事项内容列

jbb 1 year ago
parent
commit
d15d5fbe9b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/oa/my-plan/calTable.vue

+ 6 - 6
src/views/oa/my-plan/calTable.vue

@@ -151,12 +151,12 @@ export default {
                       return !text?"":(text.length>10?text.substr(0,17):text)
                     },
                 },
-                {
-                  title: '事项内容',
-                  dataIndex: 'memo',
-                  customRender: (l) => ellipsis(l),
-                  align: 'center'
-                },
+                // {
+                //   title: '事项内容',
+                //   dataIndex: 'memo',
+                //   customRender: (l) => ellipsis(l),
+                //   align: 'center'
+                // },
                 {
                   title: '操作',
                   dataIndex: 'operation',