sale-client 4.3.49 → 4.3.50

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": "4.3.49",
3
+ "version": "4.3.50",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -159,7 +159,7 @@
159
159
  </div>
160
160
  <div v-if="row.f_meter_type.includes('物联网表')" class="col-sm-4">
161
161
  <label class="font_normal_body_new">阀门状态</label>
162
- <input class="input-underline" style="width:60%" :value="row.f_valvestate == 0 ? '已开阀' : '已关阀'"
162
+ <input class="input-underline" style="width:60%" :value="row.f_valve_state"
163
163
  readonly>
164
164
  </div>
165
165
  <div v-if="row.f_meter_type.includes('物联网表')" class="col-sm-4">
File without changes
@@ -1,2 +0,0 @@
1
- #Mon Jan 05 11:37:36 CST 2026
2
- gradle.version=5.2.1
File without changes