This commit is contained in:
yanran200730
2022-03-02 10:06:37 +08:00
parent 15555a9304
commit 7a667e6f2b
3 changed files with 2 additions and 25 deletions

View File

@@ -23,7 +23,7 @@
type="date"
size="small"
unlink-panels
placeholder="选择开始日期"
placeholder="选择发布开始日期"
@change="search.current = 1, getList()" />
<el-date-picker
value-format="yyyy-MM-dd"
@@ -31,7 +31,7 @@
type="date"
size="small"
unlink-panels
placeholder="选择结束日期"
placeholder="选择发布结束日期"
@change="search.current = 1, getList()" />
</template>
<template #right>