日期组件还是不能乱改,恢复回去

This commit is contained in:
yanyizhou
2021-11-28 11:26:34 +08:00
parent fee8c6636b
commit 2d1963adb1
@@ -14,7 +14,7 @@
:value-format="valueFormat"
format="yyyy-MM-dd"
:value="value"
type="dates"
type="date"
:editable="true"
:disabled="disabled"
:placeholder="placeholder"
@@ -74,7 +74,4 @@ export default {
</script>
<style scoped>
/deep/ .el-input__inner {
padding-left: 30px;
}
</style>