address-client 3.2.95 → 3.2.97

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.
@@ -10,7 +10,7 @@ var proxy = httpProxy.createProxyServer()
10
10
 
11
11
  // Define HTTP proxies to your custom API backend
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
- var str = 'http://127.0.0.1:8288/', str2= 'http://172.168.1.11:9001/#'
13
+ var str = 'http://172.168.1.11:9001/', str2= 'http://172.168.1.11:9001/'
14
14
  var str3= 'http://172.168.1.11:9001/#'
15
15
  var proxyTable = {
16
16
  '/rs/entity': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.2.95",
3
+ "version": "3.2.97",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -180,6 +180,9 @@
180
180
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
181
181
  共有用户:&emsp;{{sumsmodel.addressnum}}户
182
182
  </td>
183
+ <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
184
+ 共有小区:&emsp;{{sumsmodel.f_count}}个
185
+ </td>
183
186
  </tr>
184
187
  </table>
185
188
  </template>
@@ -192,7 +195,7 @@
192
195
  data () {
193
196
  return {
194
197
  criteriaShow: false,
195
- model: new PagedList('rs/sql/address_getarealist',20,{},{addressnum: 0}),
198
+ model: new PagedList('rs/sql/address_getarealist',20,{},{addressnum: 0,f_count:0}),
196
199
  addflag: false,
197
200
  addtitle:'',
198
201