重构:重构在线用户前端代码

This commit is contained in:
2023-02-02 22:08:23 +08:00
parent b32a298b62
commit e2dd4e36c7
3 changed files with 156 additions and 153 deletions

View File

@@ -1,11 +1,10 @@
<template>
<a-range-picker
style="width: 100%"
:shortcuts="shortcuts"
shortcuts-position="left"
:placeholder="placeholder"
:format="format"
:show-time="showTime"
:placeholder="placeholder"
:shortcuts="shortcuts"
shortcuts-position="left"
/>
</template>