随笔分类 -  element UI

使用element UI遇到的问题
摘要:el-form-item(label="消息内容", prop="content") el-input( v-model="addPForm.content", :autosize="{ minRows: 3, maxRows: 4}", type="textarea",placeholder="1 阅读全文
posted @ 2020-08-08 15:00 白白了个白白 阅读(1246) 评论(0) 推荐(0)
摘要:el-form-item( label="推送时间", prop="activitydate") el-date-picker( v-model="popupform.activitydate", type="daterange", range-separator="至", start-placeh 阅读全文
posted @ 2020-07-24 11:21 白白了个白白 阅读(407) 评论(0) 推荐(0)
摘要:div() div() p 选择平台 el-form-item() el-checkbox( label="全部", :indeterminate="isIndeterminate", v-model="checkAll", @change="handleCheckAllChange") div() 阅读全文
posted @ 2020-07-22 16:25 白白了个白白 阅读(518) 评论(0) 推荐(0)
摘要:el-table(:data="tableData", :stripe="true", border) el-table-column(prop="id", label="活动ID", width="85") el-table-column(prop="activityName", label="活 阅读全文
posted @ 2020-07-21 20:04 白白了个白白 阅读(655) 评论(0) 推荐(0)