现在所有的日期都能选多个时间,想选几个选几个,满意了吧(象鸣)

This commit is contained in:
yanyizhou
2021-11-27 13:50:52 +08:00
parent 8413c73d4e
commit 1fd3a6e558
@@ -14,7 +14,7 @@
:value-format="valueFormat"
format="yyyy-MM-dd"
:value="value"
type="date"
type="dates"
:editable="true"
:disabled="disabled"
:placeholder="placeholder"
@@ -74,5 +74,7 @@ export default {
</script>
<style scoped>
/deep/ .el-input__inner {
padding-left: 30px;
}
</style>