sale-client 3.5.252 → 3.5.253

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.252",
3
+ "version": "3.5.253",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -91,8 +91,8 @@
91
91
  <th>
92
92
  <nobr>上期结余</nobr>
93
93
  </th>
94
- <th>
95
- <nobr v-if="!$parent.$parent.$parent.isIot">应交金额</nobr>
94
+ <th v-if="!$parent.$parent.$parent.isIot">
95
+ <nobr>应交金额</nobr>
96
96
  </th>
97
97
  <th>
98
98
  <nobr>实收金额</nobr>
package/src/main.js CHANGED
@@ -3,7 +3,7 @@ import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
5
  import sale from './sale'
6
- import wenxi from './filiale/kelai/sale'
6
+ import wenxi from './filiale/fugu/sale'
7
7
  // import FilialeSale from './filiale/yuansheng/sale'
8
8
  import address from 'address-client/src/address'
9
9
  import ldap from 'ldap-clients/src/ldap'