jinhui.wang

选择状态增加

...@@ -153,6 +153,7 @@ ...@@ -153,6 +153,7 @@
153 :selection="true" 153 :selection="true"
154 :selectFixed="false" 154 :selectFixed="false"
155 :rowSelectDataType="false" 155 :rowSelectDataType="false"
156 + :selected="selected"
156 @tableSelect="tableSelect" 157 @tableSelect="tableSelect"
157 @tableSelectAll="tableSelectAll" 158 @tableSelectAll="tableSelectAll"
158 > 159 >
......