95424509 by 杨威

楼盘表户左右合并

1 parent fb67cc55
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
57 <td 57 <td
58 v-for="(hs, hsIndex) in cs.hs" 58 v-for="(hs, hsIndex) in cs.hs"
59 :rowspan="hs.sjcs" 59 :rowspan="hs.sjcs"
60 :colspan="hs.sjhs"
60 :data-bsm="hs.bsm" 61 :data-bsm="hs.bsm"
61 ref="hBsm" 62 ref="hBsm"
62 :key="hsIndex" 63 :key="hsIndex"
...@@ -111,6 +112,7 @@ ...@@ -111,6 +112,7 @@
111 <td 112 <td
112 v-for="(hs, hsIndex) in cs.hs" 113 v-for="(hs, hsIndex) in cs.hs"
113 :rowspan="hs.sjcs" 114 :rowspan="hs.sjcs"
115 :colspan="hs.sjhs"
114 :data-bsm="hs.bsm" 116 :data-bsm="hs.bsm"
115 ref="hBsm" 117 ref="hBsm"
116 :key="hsIndex" 118 :key="hsIndex"
...@@ -170,6 +172,7 @@ ...@@ -170,6 +172,7 @@
170 <td 172 <td
171 v-for="(hs, hsIndex) in cs.hs" 173 v-for="(hs, hsIndex) in cs.hs"
172 :rowspan="hs.sjcs" 174 :rowspan="hs.sjcs"
175 :colspan="hs.sjhs"
173 :data-bsm="hs.bsm" 176 :data-bsm="hs.bsm"
174 ref="hBsm" 177 ref="hBsm"
175 :key="hsIndex" 178 :key="hsIndex"
...@@ -214,6 +217,7 @@ ...@@ -214,6 +217,7 @@
214 <td 217 <td
215 v-for="(hs, hsIndex) in cs.hs" 218 v-for="(hs, hsIndex) in cs.hs"
216 :rowspan="hs.sjcs" 219 :rowspan="hs.sjcs"
220 :colspan="hs.sjhs"
217 :data-bsm="hs.bsm" 221 :data-bsm="hs.bsm"
218 ref="hBsm" 222 ref="hBsm"
219 :key="hsIndex" 223 :key="hsIndex"
......