address-client 3.2.88-wn → 3.2.89
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
|
@@ -126,8 +126,10 @@
|
|
|
126
126
|
:options='userusetypes' placeholder='用气类型' close-on-select>
|
|
127
127
|
</v-select>
|
|
128
128
|
</div>
|
|
129
|
-
<div class="col-sm-6 form-group">
|
|
129
|
+
<div class="col-sm-6 form-group" :class="[$v.f_use_institution.required ? 'has-error' : 'has-success']">
|
|
130
130
|
<label for="f_use_institution" class="font_normal_body">用气机构</label>
|
|
131
|
+
<input type="text" style="width:60%" class="input_search" v-show="false" v-model="areamodel.f_use_institution"
|
|
132
|
+
v-validate:f_use_institution='{required: true }'>
|
|
131
133
|
<v-select :value.sync="areamodel.f_use_institution" :search="false"
|
|
132
134
|
@change="userUseInstitutionChange()" :value-single="true"
|
|
133
135
|
:options='useinstitutions' placeholder='用气机构' close-on-select>
|