【接收办理】流程弹窗
parent
da6074f083
commit
9440ff0638
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue