safecheck-client 3.0.33-158 → 3.0.33-159

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,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "3.0.33-158",
4
+ "version": "3.0.33-159",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -181,11 +181,11 @@
181
181
  <div class="row app-row">
182
182
  <div class="col-xs-4">
183
183
  <img src="../../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
184
- <label for="f_deal_dispose" class="font text-left">隐患状态:</label>
184
+ <label for="f_deal_dispose" class="font text-left">处理方式:</label>
185
185
  </div>
186
186
  <v-select id="f_deal_dispose" :value.sync="model.f_deal_dispose" class="input-font"
187
187
  :width="'60%'"
188
- :options='$parent.$parent.deal_dispose' placeholder='请选择'
188
+ :options='$parent.$parent.deal_dispose' placeholder='请选择处理方式'
189
189
  v-model="model.f_deal_dispose" condition="f_deal_dispose = '{}'" close-on-select
190
190
  clear-button></v-select>
191
191
  </div>
@@ -403,8 +403,8 @@
403
403
  {label: '非民用', value: '非民用'},
404
404
  ],
405
405
  deal_dispose:[{label: '请选择', value: ''},
406
- {label: '用户自行整改', value: '自行处理'},
407
- {label: '隐患未处理', value: '未处理'}],
406
+ {label: '自行处理', value: '自行处理'},
407
+ {label: '未处理', value: '未处理'}],
408
408
  f_filialeids: '',
409
409
  model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/AndroidDealWith`, 20, {
410
410
  condition: 'this.condition',