现在所有的日期都能选多个时间,想选几个选几个,满意了吧(象鸣)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
:value-format="valueFormat"
|
:value-format="valueFormat"
|
||||||
format="yyyy-MM-dd"
|
format="yyyy-MM-dd"
|
||||||
:value="value"
|
:value="value"
|
||||||
type="date"
|
type="dates"
|
||||||
:editable="true"
|
:editable="true"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
:placeholder="placeholder"
|
:placeholder="placeholder"
|
||||||
@@ -74,5 +74,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
/deep/ .el-input__inner {
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user