sale-client 3.6.522 → 3.6.523

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.6.522",
3
+ "version": "3.6.523",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -71,7 +71,7 @@
71
71
  <td style="text-align:center">{{row.f_distribution_date}}</td>
72
72
  <td style="text-align:center">{{row.f_use_type}}</td>
73
73
  <td style="text-align:center">
74
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.viewDetail(row)">查看</button>
74
+ <button class="button_search button_spacing width-60" v-if="row.f_using_number" @click.stop="$parent.$parent.$parent.viewDetail(row)">查看</button>
75
75
  </td>
76
76
  <td style="text-align:center">已{{row.f_bill_state}}</td>
77
77
  <td style="text-align:center">
package/.npmignore DELETED
@@ -1,12 +0,0 @@
1
- src/bootstrap
2
- .idea/
3
- .DS_Store
4
- node_modules/
5
- dist/
6
- examples/
7
- gradle/
8
- npm-debug.log
9
- selenium-debug.log
10
- test/unit/coverage
11
- test/e2e/reports
12
- lib/**/lib