bug
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
<div class="item area" v-if="item.type == 'area'">
|
<div class="item area" v-if="item.type == 'area'">
|
||||||
<span class="label"><span class="tips">{{item.mustFill == 1 ? '*' : ''}}</span>{{item.fieldName}}</span>
|
<span class="label"><span class="tips">{{item.mustFill == 1 ? '*' : ''}}</span>{{item.fieldName}}</span>
|
||||||
<div class="value">
|
<div class="value">
|
||||||
<AiAreaPicker v-model="formData[item.fieldDbName]" :areaId="user.areaId" :name.sync="formData[item.fieldDbName+'_name']"></AiAreaPicker>
|
<AiAreaPicker :value="formData[item.fieldDbName]" @select="v => formData[item.fieldDbName] = v" :areaId="user.areaId" all :name.sync="formData[item.fieldDbName+'_name']"></AiAreaPicker>
|
||||||
<u-icon name="arrow-right area-icon" color="#cccccc" ></u-icon>
|
<u-icon name="arrow-right area-icon" color="#cccccc" ></u-icon>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -287,7 +287,7 @@ export default {
|
|||||||
|
|
||||||
.areaSelector {
|
.areaSelector {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-bottom: 1px solid #f5f5f5;
|
// border-bottom: 1px solid #f5f5f5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user