Commit 081cc7bf by qiaoyanqi

时间范围选择框不能录入

parent 8c24971f
......@@ -118,6 +118,7 @@
:transfer="transfer"
placeholder="请选择日期范围"
style="width: 100%"
:editable="editable"
@on-change="getBeginAndEndDate"
@on-open-change="getTitle(initData.title)"
/>
......@@ -132,6 +133,7 @@ export default {
name: "rangeQuery",
data() {
return {
editable:false,
min: 0,
changeColor: "blue",
transfer: true,
......
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