sale-client 3.5.133 → 3.5.135

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.133",
3
+ "version": "3.5.135",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -33,7 +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
+ v-show="(['设置特殊故障是否关阀','设置表功能开关'].includes(paramtype)&&!param.name.startsWith('设置'))||!['设置特殊故障是否关阀','设置表功能开关'].includes(paramtype)"
37
37
  v-for="(_,param) in data.params">
38
38
  <div class="col-sm-4">
39
39
  <label class="font_normal_body" style="text-align:left">{{ param.name }}:</label>
@@ -239,9 +239,9 @@
239
239
  <footer slot="modal-footer" class="modal-footer">
240
240
  <button type="button" class="btn btn-info btn-ln fr" @click='valveoperate("权限关阀")'>权限关阀</button>
241
241
  &emsp;&emsp;&emsp;&emsp;
242
- <button type="button" class="button_search btn-ln fr" @click='valveoperate("开阀")'>开阀</button>
242
+ <button type="button" class="button_search btn-ln fr" style="margin-left:10px" @click='valveoperate("开阀")'>开阀</button>
243
243
  &emsp;&emsp;&emsp;&emsp;
244
- <button type="button" class="btn btn-info btn-ln fr" @click='valveoperate("关阀")'>关阀</button>
244
+ <button type="button" class="btn btn-info btn-ln fr" style="margin-left:10px" @click='valveoperate("关阀")'>关阀</button>
245
245
  </footer>
246
246
  </modal>
247
247
  <!-- 销户-->