manage-client 4.1.125 → 4.1.126

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.
@@ -6,8 +6,8 @@ const proxyMiddleware = require('http-proxy-middleware')
6
6
  const app = express()
7
7
  const compiler = webpack(config)
8
8
 
9
- const server = 'http://121.36.106.17:31467/'
10
- const local = 'http://121.36.106.17:31467/'
9
+ const server = 'http://111.229.34.22:31467/'
10
+ const local = 'http://111.229.34.22:31467/'
11
11
  const proxyTable = {
12
12
  '/rs/logic/exportfile': {
13
13
  target: server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.1.125",
3
+ "version": "4.1.126",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -283,6 +283,7 @@
283
283
  <th><nobr>旧表类型</nobr></th>
284
284
  <th><nobr>新表类型</nobr></th>
285
285
  <th><nobr>用户类型</nobr></th>
286
+ <th><nobr>换表原因</nobr></th>
286
287
  <th><nobr>附件</nobr></th>
287
288
  </tr>
288
289
  </template>
@@ -381,6 +382,9 @@
381
382
  <td style="text-align: center;">
382
383
  <nobr>{{row.f_user_type}}</nobr>
383
384
  </td>
385
+ <td style="text-align: center;">
386
+ <nobr>{{row.f_changetables_reason}}</nobr>
387
+ </td>
384
388
  <td style="text-align: center;"><nobr>
385
389
  <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
386
390
  </nobr></td>
package/src/main.js CHANGED
@@ -6,7 +6,7 @@ import { all } from 'vue-client'
6
6
  import { system } from 'system-clients'
7
7
  import { ldap } from 'ldap-clients'
8
8
  import saleManage from './saleManage'
9
- import ShanXianSaleManage from './filiale/hantou/sale'
9
+ import ShanXianSaleManage from './filiale/beifangshiye/reportManage'
10
10
  // import ShanXianwebSaleManage from './filiale/rongcheng/webmeterManage'
11
11
  import webmeterManage from './webmeterManage'
12
12
  import reportManage from './reportManage'