|
@ -1,12 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<el-card shadow="never" class="aui-card--fill"> |
|
|
<el-card shadow="never" class="aui-card--fill"> |
|
|
<div class="mod-__masteruserrelation}"> |
|
|
<div class="mod-__masteruserrelation}"> |
|
|
<el-form> |
|
|
|
|
|
<el-form-item> |
|
|
|
|
|
<el-button type="primary" @click="backToUserRelationList">{{"返回"}}</el-button> |
|
|
|
|
|
<el-button v-if="!pageDisabled" type="primary" :disabled="isAble" @click="dataFormSubmitHandle()">{{ $t('confirm') }}</el-button> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</el-form> |
|
|
|
|
|
<el-form :model="dataForm" :rules="dataRule" ref="dataForm" @keyup.enter.native="dataFormSubmitHandle()" :label-width="$i18n.locale === 'en-US' ? '120px' : '80px'" :disabled="pageDisabled"> |
|
|
<el-form :model="dataForm" :rules="dataRule" ref="dataForm" @keyup.enter.native="dataFormSubmitHandle()" :label-width="$i18n.locale === 'en-US' ? '120px' : '80px'" :disabled="pageDisabled"> |
|
|
<el-form-item v-if="dailyTypeArr.length > 0" label="随手记类型" prop="dailyType" label-width="100px"> |
|
|
<el-form-item v-if="dailyTypeArr.length > 0" label="随手记类型" prop="dailyType" label-width="100px"> |
|
|
<el-select v-model="dataForm.dailyType" placeholder="随手记类型" @change="selectModel($event)" clearable style="width:50%"> |
|
|
<el-select v-model="dataForm.dailyType" placeholder="随手记类型" @change="selectModel($event)" clearable style="width:50%"> |
|
@ -42,7 +36,7 @@ |
|
|
<div><font color="gray">地图选择地址,可手动修改</font></div> |
|
|
<div><font color="gray">地图选择地址,可手动修改</font></div> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label="参加人数" prop="joinNum" label-width="100px"> |
|
|
<el-form-item label="参加人数" prop="joinNum" label-width="100px"> |
|
|
<el-input-number v-model="dataForm.joinNum" :min="1" :max="100000000" label="参加人数" style="width:50%"></el-input-number> |
|
|
<el-input-number v-model="dataForm.joinNum" :min="1" :max="100000000" label="参加人数"></el-input-number> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label="会议内容" prop="content" label-width="100px"> |
|
|
<el-form-item label="会议内容" prop="content" label-width="100px"> |
|
|
<el-input |
|
|
<el-input |
|
@ -66,7 +60,7 @@ |
|
|
:on-success="handleAvatarSuccess" |
|
|
:on-success="handleAvatarSuccess" |
|
|
:on-error="handelError" |
|
|
:on-error="handelError" |
|
|
:before-upload="beforeAvatarUpload" |
|
|
:before-upload="beforeAvatarUpload" |
|
|
style="width:40%"> |
|
|
style="width:480px"> |
|
|
<i class="el-icon-plus"></i> |
|
|
<i class="el-icon-plus"></i> |
|
|
</el-upload> |
|
|
</el-upload> |
|
|
<el-dialog :visible.sync="dialogVisible"> |
|
|
<el-dialog :visible.sync="dialogVisible"> |
|
@ -75,6 +69,12 @@ |
|
|
<div><font color="gray">1~9张图</font></div> |
|
|
<div><font color="gray">1~9张图</font></div> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
|
|
|
<el-form> |
|
|
|
|
|
<el-form-item style="margin-left:35px;"> |
|
|
|
|
|
<el-button type="primary" @click="backToUserRelationList">{{"返回"}}</el-button> |
|
|
|
|
|
<el-button v-if="!pageDisabled" type="primary" :disabled="isAble" @click="dataFormSubmitHandle()">{{ $t('confirm') }}</el-button> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</el-form> |
|
|
<map-select v-if="mapSelectVisible" ref="mapSelect" v-on:position="position"></map-select> |
|
|
<map-select v-if="mapSelectVisible" ref="mapSelect" v-on:position="position"></map-select> |
|
|
<template slot="footer"> |
|
|
<template slot="footer"> |
|
|
<el-button @click="visible = false">{{ $t('cancel') }}</el-button> |
|
|
<el-button @click="visible = false">{{ $t('cancel') }}</el-button> |
|
|