Commit 8f7dbe4e authored by 黄奎's avatar 黄奎

页面修改

parent c56085e4
......@@ -50,10 +50,10 @@
<q-field filled>
 <template v-slot:control>
<el-date-picker v-model="msg.StartDate" type="date" placeholder="开始日期" size="small" style="width:47%;"
@change="resetSearch" clear-icon="iconfont icon-guanbi">
@change="resetSearch" clear-icon="iconfont icon-guanbi" value-format="yyyy-MM-dd">
</el-date-picker>
<el-date-picker v-model="msg.EndDate" type="date" placeholder="结束日期" size="small" style="width:47%;"
@change="resetSearch" clear-icon="iconfont icon-guanbi">
@change="resetSearch" clear-icon="iconfont icon-guanbi" value-format="yyyy-MM-dd">
</el-date-picker>
</template>
</q-field>
......
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