Commit aa087983 authored by youjie's avatar youjie

no message

parent fdcd687e
<style>
<style scoped>
.user_time_picker .el-date-editor--date>.el-input__inner {
padding: 0 10px;
font-size: 13px;
......@@ -147,9 +147,9 @@
</li>
<li>
<span><em>开始/结束时间</em>
<el-date-picker v-model="msg.QStartDate" value-format="yyyy-MM-dd" class="w105" type="date"></el-date-picker>
<el-date-picker v-model="msg.QStartDate" value-format="yyyy-MM-dd" class="w150" type="date" :clearable="false"></el-date-picker>
-
<el-date-picker v-model="msg.QEndDate" value-format="yyyy-MM-dd" class="w105" type="date"></el-date-picker>
<el-date-picker v-model="msg.QEndDate" value-format="yyyy-MM-dd" class="w150" type="date" :clearable="false"></el-date-picker>
</span>
</li>
<li>
......@@ -220,18 +220,32 @@
</td>
<td>
<el-form-item label="日期" prop="Date">
<el-date-picker value-format="yyyy-MM-dd" class="w217" v-model="addMsg.Date" type="date">
<el-date-picker value-format="yyyy-MM-dd" class="w217" v-model="addMsg.Date" type="date" :clearable="false">
</el-date-picker>
</el-form-item>
</td>
</tr>
</table>
<tr>
<td>
<el-form-item label="描述" prop="">
<el-input maxlength="-1" type="textarea" :rows="2" v-model="addMsg.Content"
placeholder="描述" style="width: 91%;"></el-input>
</el-form-item>
</el-form>
</td>
</tr>
<tr>
<td>
<div class="_pic_upload" style="display: flex;justify-content: start;">
<el-upload drag :http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action="">
<div style="margin-top: 60px;">
<i class="el-icon-plus avatar-uploader-icon"></i>
<div class="el-upload__text">{{$t("active.ld_djscwj")}}</div>
</div>
</el-upload>
</div>
</td>
<td>
<div class="_addUpload_box clearfix" >
<template v-for="(file,fIndex) in addMsg.FileList">
<div v-if="file.FileType==1">
......@@ -255,14 +269,12 @@
</div>
</template>
</div>
<div class="_pic_upload" style="display: flex;justify-content: center;">
<el-upload drag :http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action="">
<div style="margin-top: 60px;">
<i class="el-icon-plus avatar-uploader-icon"></i>
<div class="el-upload__text">{{$t("active.ld_djscwj")}}</div>
</div>
</el-upload>
</div>
</td>
</tr>
</table>
</el-form>
<div slot="footer" class="dialog-footer">
<button class="hollowFixedBtn" @click="outerVisible=false,resetForm('addMsg')">
{{ $t("pub.cancelBtn") }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment