Commit 7ff879f6 by ningjihai

销假

parent 681481ac
......@@ -4,6 +4,7 @@ import { parseTime } from '/common/utils/ruoyi'
import { getLeaveRequrstBack } from '@/api/attendance/leave'
import { getFlowChart } from '@/api/flowEngine/flowInterface'
import { useDict } from '@/common/utils/dict'
import { ref } from 'vue'
import FlowTimeline from '@/components/Flow/FlowTimeline.vue'
const props = defineProps<{
......
<script setup lang="ts" name="LeaveDetail">
// import { useRoute } from 'vue-router'
import { ref } from 'vue'
import DetailFlowClose from './modules/DetailFlowClose.vue'
import { onLoad } from '@dcloudio/uni-app'
......
......@@ -54,7 +54,7 @@ function onDetailClose(item) {
uni.navigateTo({
url:'/attendance/leave/close-detail?id=' + item.id + '&instanceId=' + item.instanceId
url:'/attendance/leave/closeDetail?id=' + item.id + '&instanceId=' + item.instanceId
})
}
</script>
......
......@@ -3,6 +3,7 @@ import { parseTime } from '/common/utils/ruoyi'
import { getLeaveRequrstBack } from '@/api/attendance/leave'
import { getFlowChart } from '@/api/flowEngine/flowInterface'
import { useDict } from '../../../common/utils/dict'
import { ref } from 'vue'
import FlowTimeline from '../../../components/Flow/FlowTimeline.vue'
const props = defineProps<{
......
......@@ -56,7 +56,13 @@ function onClickItem(item) {
<style lang="less" scoped>
.list-item{
margin: 40rpx;
margin-top: 50rpx;
background-color: #fff;
border-radius: 8px;
padding: 15px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论