mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-06-02 11:27:14 +00:00
refactor: vue3.3 defineOptions
This commit is contained in:
@@ -77,10 +77,12 @@
|
||||
</ContentWrap>
|
||||
</template>
|
||||
|
||||
<script lang="ts" name="BpmDoneTask" setup>
|
||||
<script lang="ts" setup>
|
||||
import { dateFormatter } from '@/utils/formatTime'
|
||||
import * as TaskApi from '@/api/bpm/task'
|
||||
|
||||
defineOptions({ name: 'BpmDoneTask' })
|
||||
|
||||
const { push } = useRouter() // 路由
|
||||
|
||||
const loading = ref(true) // 列表的加载中
|
||||
|
||||
Reference in New Issue
Block a user