在职党员社区报到

This commit is contained in:
liuye
2022-10-19 17:04:26 +08:00
parent bf31cb10da
commit 3e5acf655e
3 changed files with 46 additions and 48 deletions

View File

@@ -19,20 +19,20 @@
</el-form-item>
<el-form-item label="标题" prop="title" style="width: 100%">
<el-input
size="small"
v-model="form.title"
placeholder="请输入..."
clearabel
:maxLength="60"
size="small"
v-model="form.title"
placeholder="请输入..."
clearabel
:maxLength="60"
></el-input>
</el-form-item>
<el-form-item label="活动地点" prop="address" style="width: 100%">
<el-input
size="small"
v-model="form.address"
placeholder="请输入..."
clearabel
:maxLength="20"
size="small"
v-model="form.address"
placeholder="请输入..."
clearabel
:maxLength="20"
></el-input>
</el-form-item>
<el-form-item label="参与名额" prop="total" style="width: 100%">
@@ -42,11 +42,11 @@
<el-form-item label="活动时间" prop="activeTimeList" style="width: 50%">
<el-date-picker size="small" :picker-options="pickerOptions"
v-model="form.activeTimeList"
type="daterange"
type="datetimerange"
range-separator=""
start-placeholder="开始日期"
end-placeholder="结束日期"
format="yyyy-MM-dd"
format="yyyy-MM-dd HH:mm:ss"
value-format="yyyy-MM-dd HH:mm:ss">
</el-date-picker>
</el-form-item>
@@ -62,20 +62,20 @@
</el-form-item>
<el-form-item label="联系人" prop="contactPerson" style="width: 50%">
<el-input
size="small"
v-model="form.contactPerson"
placeholder="请输入..."
clearabel
:maxLength="10"
size="small"
v-model="form.contactPerson"
placeholder="请输入..."
clearabel
:maxLength="10"
></el-input>
</el-form-item>
<el-form-item label="联系电话" prop="contactPhone" style="width: 50%">
<el-input
size="small"
v-model="form.contactPhone"
placeholder="请输入..."
clearabel
:maxLength="11"
size="small"
v-model="form.contactPhone"
placeholder="请输入..."
clearabel
:maxLength="11"
></el-input>
</el-form-item>
<el-form-item label="活动介绍" prop="content" style="width: 100%">