sale-client 3.5.132 → 3.5.133

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.132",
3
+ "version": "3.5.133",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -33,6 +33,7 @@
33
33
  </div>
34
34
  <div v-for="(_,data) in newmeterinfo" style="height: auto">
35
35
  <div class="col-sm-12" style="height: auto" v-if="data.name===paramtype"
36
+ v-show="['设置特殊故障是否关阀','设置表功能开关'].includes(paramtype)&&!param.name.startsWith('设置')"
36
37
  v-for="(_,param) in data.params">
37
38
  <div class="col-sm-4">
38
39
  <label class="font_normal_body" style="text-align:left">{{ param.name }}:</label>