Commit 14388a88 by gao_yingdong

Merge branch 'dev_xzeq' of http://47.92.108.28/changchao/founder_vue into dev_xzeq

parents 8ce251c9 b13cbc98
......@@ -139,7 +139,7 @@
<!--日期框-->
<el-date-picker
v-model="formData[item.id]"
type="daterange"
type="date"
align="right"
:picker-options="item.pickerOptions"
unlink-panels
......@@ -2143,6 +2143,9 @@ export default {
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
.el-icon-date:before {
content: "\e71f" !important;
}
</style>
<style scoped lang="scss">
@import "../assets/styles/rightContent.scss";
......
......@@ -82,14 +82,14 @@ export default {
name: "开始发布时间",
id: "fbsj_s",
placeholder: "请输入",
type: "datetime",
type: "date",
value: "",
col: "3",
},
{
name: "结束发布时间",
id: "fbsj_e",
type: "datetime",
type: "date",
value: "",
placeholder: "请选择",
col: "3",
......
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