manage-client 3.2.292-1 → 3.2.292-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -206,6 +206,9 @@
|
|
|
206
206
|
<th>
|
|
207
207
|
<nobr>证件号码</nobr>
|
|
208
208
|
</th>
|
|
209
|
+
<th>
|
|
210
|
+
<nobr>街道</nobr>
|
|
211
|
+
</th>
|
|
209
212
|
<th>
|
|
210
213
|
<nobr>小区</nobr>
|
|
211
214
|
</th>
|
|
@@ -287,6 +290,9 @@
|
|
|
287
290
|
<td style="text-align: center;">
|
|
288
291
|
<nobr>{{row.f_idnumber}}</nobr>
|
|
289
292
|
</td>
|
|
293
|
+
<td style="text-align: center;">
|
|
294
|
+
<nobr>{{row.f_street}}</nobr>
|
|
295
|
+
</td>
|
|
290
296
|
<td style="text-align: center;">
|
|
291
297
|
<nobr>{{row.f_residential_area}}</nobr>
|
|
292
298
|
</td>
|