【接收办理】流程弹窗

dianlixunjian
Zhufu 2024-07-10 16:03:17 +08:00
parent da6074f083
commit 9440ff0638
1 changed files with 7 additions and 0 deletions

View File

@ -305,6 +305,7 @@ import { message } from "ant-design-vue";
import ShowInfoModal from './ShowInfoModal/index.vue' import ShowInfoModal from './ShowInfoModal/index.vue'
import { flowStore } from '@/store/modules/flow'; import { flowStore } from '@/store/modules/flow';
import { getDetail } from '@/api/sys/WFSchemeInfo'; import { getDetail } from '@/api/sys/WFSchemeInfo';
import { Audit } from '@/views/demo/workflow/task/process/page';
const userStore = useUserStore() const userStore = useUserStore()
const flowWfDataStore = flowStore(); const flowWfDataStore = flowStore();
const emits = defineEmits([ const emits = defineEmits([
@ -479,6 +480,12 @@ const nextData = async () => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.handoff{
width: 100%;
display: flex;
justify-content: flex-end;
padding-right: 25px;
}
.full-modal { .full-modal {
.ant-modal { .ant-modal {
min-width: 100vw; min-width: 100vw;