-- 时间搜索

This commit is contained in:
yuping
2022-12-06 18:20:46 +08:00
parent db9c26cf46
commit 18d5554778
6 changed files with 859 additions and 703 deletions

View File

@@ -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,