Commit 8193c594 authored by kangzhenfei's avatar kangzhenfei

工作流剩余送审流程web优化

parent 0ed73494
<template>
<div class="detail" style="width:80%;margin:0 auto">
<div class="detail table-detail">
<Row>
<Metal-Details
ref="metalDetail"
......
......@@ -2,7 +2,7 @@
@import '../../processDesign/Process/menu.less';
</style>
<template>
<div class="outP" style="width:80%;margin:0 auto">
<div class="outP table-detail">
<Processview ref="processview" :isoutpdf="false"></Processview>
</div>
</template>
......@@ -14,7 +14,7 @@ export default {
name: 'detail',
components: {
Processview
},
},
props: {
idVal: {
type: String,
......
<template>
<div style="padding:30px 0">
<Detail :idVal="detailId" />
<Process ref="userProcess" :idVal="detailId" style="width:80%"/>
<Process ref="userProcess" :idVal="detailId" />
<div class="footers" v-if="footerStatu === '2'" style="text-align:left;">
<Form
:model="formMyCheck"
......
......@@ -8,6 +8,7 @@
padding: 20px 100px;
display: block;
width: 98%;
background: #fff;
margin: 0 auto;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
.ivu-row .filed-col > .label{
......
<template>
<div class="metal-details">>
<div class="metal-details">
<div class="outPdf">
<div class="body-box">
<div class="bj-box">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment