manage-client 3.3.152 → 3.3.154
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
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<div class="col-sm-2 form-group">
|
|
92
92
|
<label class="font_normal_body">表    号</label>
|
|
93
93
|
<input
|
|
94
|
-
class="input_search" condition="
|
|
94
|
+
class="input_search" condition="f_meternumber = '{}'"
|
|
95
95
|
placeholder='表号'
|
|
96
96
|
style="width:60%"
|
|
97
97
|
type="text"
|
|
@@ -168,14 +168,14 @@
|
|
|
168
168
|
condition="f_table_state = '{}'"
|
|
169
169
|
close-on-select></v-select>
|
|
170
170
|
</div>
|
|
171
|
-
<div class="col-sm-2 form-group"
|
|
172
|
-
<label class="font_normal_body">使用状态</label
|
|
173
|
-
<v-select :value.sync="model.f_usestate"
|
|
174
|
-
v-model="model.f_usestate"
|
|
175
|
-
:options='$parent.$parent.usestate' placeholder='请选择'
|
|
176
|
-
condition="f_usestate = '{}'"
|
|
177
|
-
close-on-select></v-select
|
|
178
|
-
</div
|
|
171
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
172
|
+
<!-- <label class="font_normal_body">使用状态</label>-->
|
|
173
|
+
<!-- <v-select :value.sync="model.f_usestate"-->
|
|
174
|
+
<!-- v-model="model.f_usestate"-->
|
|
175
|
+
<!-- :options='$parent.$parent.usestate' placeholder='请选择'-->
|
|
176
|
+
<!-- condition="f_usestate = '{}'"-->
|
|
177
|
+
<!-- close-on-select></v-select>-->
|
|
178
|
+
<!-- </div>-->
|
|
179
179
|
<div class="col-sm-2 form-group">
|
|
180
180
|
<label for="startDate" class="font_normal_body">建表日期</label>
|
|
181
181
|
<datepicker id="startDate" placeholder="开始日期" style="width:60%"
|