manage-client 3.3.153 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.153",
3
+ "version": "3.3.154",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -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%"