lshcom 1.0.28 → 1.0.29

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": "lshcom",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "files": [
5
5
  "src/assets/*",
6
6
  "src/common/*",
@@ -198,6 +198,16 @@
198
198
  </el-date-picker>
199
199
  </b-form-fieldset>
200
200
  </div>
201
+ <div class="col-md-4">
202
+ <b-form-fieldset
203
+ horizontal
204
+ label="车身颜色"
205
+ label-cols="4"
206
+ class="text-right"
207
+ >
208
+ <el-input v-model.trim="queryParams.vehicleColour" :disabled="isDisabled" />
209
+ </b-form-fieldset>
210
+ </div>
201
211
  </div>
202
212
 
203
213
  <div class="lsh-info">相关信息</div>