sale-client 3.5.176 → 3.5.177

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.176",
3
+ "version": "3.5.177",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -148,7 +148,7 @@
148
148
  },
149
149
  props: ['row'],
150
150
  ready () {
151
- this.row = this.data
151
+ this.row = this.data ? this.data : this.row
152
152
  this.blodid = this.row.f_userinfo_id
153
153
  this.gasproperties = this.$appdata.getParam(this.row.f_user_type)
154
154
  if (this.row.f_gasproperties) {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="panel panel-info auto">
2
+ <div class="panel panel-info auto" style="height:90vh; overflow: auto">
3
3
  <div class="panel-heading auto" style="height: 30px">
4
4
  <h4 style="display:inline-block;margin-top: auto">安检信息</h4>
5
5
  </div>