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