Commit 9c1c529f authored by 仇晓婷's avatar 仇晓婷

待审批详情优化

parent 7746ed7d
......@@ -13,32 +13,16 @@
</div>
</Card>
<Modal v-model="viewModal" width="800" title="详情">
<Row class="mo_cont">
<Col span="12" class="label">
<span class="title">编号:</span>
{{viewData.code}}
</Col>
<Col span="12" class="label">
<span class="title">审批类型:</span>
{{viewData.schemaName}}
</Col>
<Col span="12" class="label">
<span class="title">当前环节:</span>
{{viewData.currentNodeName}}
</Col>
<Col span="12" class="label">
<span class="title">下一环节:</span>
{{viewData.nextNodeName}}
</Col>
<Col span="12" class="label">
<span class="title">创建人:</span>
{{viewData.creator}}
</Col>
<Col span="12" class="label">
<span class="title">创建时间:</span>
{{viewData.creationTime}}
</Col>
</Row>
<div class="detail">
<Row>
<Filed :span="12" name="编号:">{{viewData.code}}</Filed>
<Filed :span="12" name="审批类型:">{{viewData.schemaName}}</Filed>
<Filed :span="12" name="当前环节:">{{viewData.currentNodeName}}</Filed>
<Filed :span="12" name="下一环节:">{{viewData.nextNodeName}}</Filed>
<Filed :span="12" name="创建人:">{{viewData.creator}}</Filed>
<Filed :span="12" name="创建时间:">{{viewData.creationTime}}</Filed>
</Row>
</div>
</Modal>
</div>
</template>
......@@ -137,23 +121,4 @@ export default {
.row_card_body {
margin-top: 10px;
}
.mo_cont {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
.label {
display: table-cell;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
// margin: 0 0 -1px -1px;
line-height: 30px;
box-sizing: border-box;
.title {
background: #e8eaf1;
display: inline-block;
width: 100px;
text-align: right;
padding: 0 5px;
}
}
}
</style>
\ No newline at end of file
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