mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
-- 时间搜索
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
<div class="inpbox1">
|
||||
<a-range-picker
|
||||
v-model:value="valueDate"
|
||||
:show-time="{
|
||||
defaultValue: [moment('00:00:00', 'HH:mm:ss'), moment('23:59:59', 'HH:mm:ss')],
|
||||
}"
|
||||
style="border-radius: 8px; height: 40px; margin-left: 5px"
|
||||
:placeholder="[' 开始时间', ' 结束时间']"
|
||||
valueFormat="X"
|
||||
@@ -142,6 +145,7 @@
|
||||
<script>
|
||||
import {onMounted, reactive, toRefs} from "vue";
|
||||
import {auditedlist} from "../../api/indexAudit";
|
||||
import * as moment from 'moment'
|
||||
|
||||
export default {
|
||||
name: "ProjectViewed",
|
||||
@@ -347,6 +351,7 @@ export default {
|
||||
...toRefs(state),
|
||||
getProjList,
|
||||
changePagination,
|
||||
moment,
|
||||
reset,
|
||||
closeProjAuditModal,
|
||||
showProjAuditModal,
|
||||
|
||||
Reference in New Issue
Block a user