From e4e8711d0f0d35120c8b04f45bb6c2586110561d Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 2 Jun 2017 10:35:18 +0800 Subject: [PATCH] Table support disableExpand --- examples/routers/table.vue | 3 ++- src/components/table/cell.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/routers/table.vue b/examples/routers/table.vue index 6f52f0c1..41b5c4ad 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -84,7 +84,8 @@ { name: '张小刚', age: 25, - address: '北京市海淀区西二旗' + address: '北京市海淀区西二旗', + _disableExpand: true }, { name: '李小红', diff --git a/src/components/table/cell.vue b/src/components/table/cell.vue index 50f5a3b3..abd61bc9 100644 --- a/src/components/table/cell.vue +++ b/src/components/table/cell.vue @@ -5,7 +5,7 @@ -