Commit b0bbb632eb94977b0978f79df3aa4fd1d5f60cb1

Authored by leonine
1 parent 2404849c

删除无用的

Showing 1 changed file with 0 additions and 32 deletions   Show diff stats
test/routers/table.vue
... ... @@ -74,38 +74,6 @@
74 74 address: '深圳市南山区深南大道',
75 75 _checked: true
76 76 }
77   - ],
78   - columns8:[
79   - {
80   - type: 'selection',
81   - width: 60,
82   - align: 'center'
83   - },
84   - {
85   - title: '名称',
86   - key: 'name'
87   - },
88   - {
89   - title: '年龄',
90   - key: 'age'
91   - },
92   - {
93   - title: '地址',
94   - key: 'address'
95   - }
96   - ],
97   - data8:[
98   - {
99   - name: '王小明',
100   - age: 18,
101   - address: '北京市朝阳区芍药居',
102   - checked:true // 传checked 可以设置该行为默认选中状态
103   - },
104   - {
105   - name: '张小刚',
106   - age: 25,
107   - address: '北京市海淀区西二旗'
108   - }
109 77 ]
110 78 }
111 79 },
... ...