Commit 80a644d9 by liang ce

系统对账时间组件修改,布局修改

parent c9bd6c1f
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
@openChange="handleStartOpenChange" @openChange="handleStartOpenChange"
style="margin-right: 10px" style="margin-right: 10px"
/> />
<a-date-picker <a-date-picker
:disabledDate="disabledEndDate" :disabledDate="disabledEndDate"
format="YYYY-MM-DD" format="YYYY-MM-DD"
...@@ -18,6 +19,7 @@ ...@@ -18,6 +19,7 @@
v-model="endValue" v-model="endValue"
:open="endOpen" :open="endOpen"
@openChange="handleEndOpenChange" @openChange="handleEndOpenChange"
style="margin-left: 10px"
/> />
<a-button type="primary" @click="getAccountCheck">查询</a-button> <a-button type="primary" @click="getAccountCheck">查询</a-button>
</div> </div>
......
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