apply-clients 3.5.6-42 → 3.5.6-43

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": "apply-clients",
3
- "version": "3.5.6-42",
3
+ "version": "3.5.6-43",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -85,13 +85,11 @@
85
85
  <div class="form-group col-sm-6">
86
86
  <label class="col-sm-4 control-label">设备类型:</label>
87
87
  <div class="col-sm-8">
88
- <input-select
89
- class="select select_list"
90
- :value.sync="item.f_devices_type"
91
- v-model="item.f_devices_type"
92
- :options="devicesType"
93
- :disable="mark === 1"
94
- :valueSingle="true"></input-select>
88
+ <input class="form-control input_view" style=""
89
+ placeholder="设备类型"
90
+ v-model="item.f_devices_type"
91
+ :value="item.f_devices_type"
92
+ :readonly="mark === 1"/>
95
93
  </div>
96
94
  </div>
97
95
  <div class="form-group col-sm-6">