manage-client 4.1.95 → 4.1.97
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/.gradle/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/package.json +1 -1
- package/src/components/webmeter/newwebmeter/NewException/MeterExceptionList.vue +2 -2
- package/src/filiale/tongchuan/GasInspection.vue +2 -2
- package/src/filiale/tongchuan/InspectListGas.vue +2 -2
- package/src/filiale/tongchuan/InspectListUser.vue +2 -2
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -131,9 +131,9 @@
|
|
|
131
131
|
<div class="col-sm-2 form-group">
|
|
132
132
|
<label class="font_normal_body">电池电压</label>
|
|
133
133
|
<input type="number" style="width:30%" class="input_search" title="大于等于" v-model="model.f_batterylevel_small"
|
|
134
|
-
condition="f_batterylevel >= {} " placeholder="大于等于">
|
|
134
|
+
condition="f_batterylevel >= '{}' " placeholder="大于等于">
|
|
135
135
|
<input type="number" style="width:30%" class="input_search" title="小于等于" v-model="model.f_batterylevel_big"
|
|
136
|
-
condition="f_batterylevel <= {} " placeholder="小于等于">
|
|
136
|
+
condition="f_batterylevel <= '{}' " placeholder="小于等于">
|
|
137
137
|
</div>
|
|
138
138
|
<div class="col-sm-2 form-group">
|
|
139
139
|
<label class="font_normal_body">异常级别</label>
|
|
@@ -144,11 +144,11 @@
|
|
|
144
144
|
<v-select :value.sync="model.f_street"
|
|
145
145
|
class="select_list select"
|
|
146
146
|
enter-push
|
|
147
|
-
multiple = "true"
|
|
147
|
+
:multiple = "true"
|
|
148
148
|
v-model="model.f_street"
|
|
149
149
|
style="width: 60%"
|
|
150
150
|
:options='$parent.$parent.street' placeholder='选择街道'
|
|
151
|
-
condition="f_street
|
|
151
|
+
condition="f_street in {}"
|
|
152
152
|
close-on-select>
|
|
153
153
|
|
|
154
154
|
</v-select>
|
|
@@ -200,11 +200,11 @@
|
|
|
200
200
|
<v-select :value.sync="model.f_street"
|
|
201
201
|
class="select_list select"
|
|
202
202
|
enter-push
|
|
203
|
-
multiple = "true"
|
|
203
|
+
:multiple = "true"
|
|
204
204
|
v-model="model.f_street"
|
|
205
205
|
style="width: 60%"
|
|
206
206
|
:options='$parent.$parent.street' placeholder='选择街道'
|
|
207
|
-
condition="f_street
|
|
207
|
+
condition="f_street in {}"
|
|
208
208
|
close-on-select>
|
|
209
209
|
|
|
210
210
|
</v-select>
|
|
@@ -180,10 +180,10 @@
|
|
|
180
180
|
<v-select :value.sync="model.f_street"
|
|
181
181
|
class="select_list select"
|
|
182
182
|
enter-push
|
|
183
|
-
multiple = "true"
|
|
183
|
+
:multiple = "true"
|
|
184
184
|
v-model="model.f_street"
|
|
185
185
|
style="width: 60%"
|
|
186
|
-
condition="f_street
|
|
186
|
+
condition="f_street in {}"
|
|
187
187
|
:options='$parent.$parent.street' placeholder='选择街道'
|
|
188
188
|
close-on-select>
|
|
189
189
|
|