|
@@ -38,13 +38,11 @@
|
|
|
<el-button type="primary" class="map-btn" size="small" @click="openMap">点击从地图获取</el-button>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
- </base-form>
|
|
|
- <div class="xl-form">
|
|
|
- <div class="xl-form-footer fixed" style="width:960px;padding-top: 20px;border-top: 1px solid #dcdcdc;right:0;">
|
|
|
+ <div slot="footer">
|
|
|
<el-button class="xl-form-btn t2" @click="close">关 闭</el-button>
|
|
|
<el-button class="xl-form-btn t1" @click="close('confirm')">确定</el-button>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </base-form>
|
|
|
</el-dialog>
|
|
|
<handle-map :is-show="isShowMap" @close="closeMap" />
|
|
|
</div>
|
|
@@ -182,7 +180,7 @@ export default {
|
|
|
{ label: '是否装修', key: 'is_dec', class: 'c-3', type: 'select', options: this.$dictData.sys_yesno },
|
|
|
{ label: '业主称呼', class: 'c-3', key: 'owner' },
|
|
|
{ label: '业主电话', class: 'c-3', key: 'phone' },
|
|
|
- { label: '自定义标签', class: 'c-3', key: 'custom_tag' },
|
|
|
+ { label: '自定义标签', class: 'c-3', key: 'custom_tag', rules: 1 },
|
|
|
{ label: '置业经理', key: 'sale_id', rules: 1, class: 'c-3', type: 'selectRemote',
|
|
|
remoteParams: { skey: 'sale_name', api: `user.admsaleuserlist`, opKey: 'sale_name', opVal: 'id' },
|
|
|
remoteOptions: [
|