fix : 完善需求新增/详情页面
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div class="detail-block">
|
||||
<el-form :model="form" label-width="auto">
|
||||
<el-row gutter="20">
|
||||
<el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="14">
|
||||
<!-- <el-row gutter="20">-->
|
||||
<!-- <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="14">-->
|
||||
<baseTitle title="需求征集详情"></baseTitle>
|
||||
<div class="left-info">
|
||||
<el-row>
|
||||
@@ -40,8 +40,8 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="10">
|
||||
<!-- </el-col>-->
|
||||
<!-- <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="10">-->
|
||||
<div class="approval-record">
|
||||
<baseTitle title="审批记录"></baseTitle>
|
||||
<div class="process" id="approvalRecord">
|
||||
@@ -49,8 +49,8 @@
|
||||
<!-- <process-tree ref="processTree" mode="view" id-name="approvalRecord"/>-->
|
||||
</div>
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<!-- </el-col>-->
|
||||
<!-- </el-row>-->
|
||||
</el-form>
|
||||
<div class="oper-page-btn">
|
||||
<el-button @click="handleSubmit">驳回</el-button>
|
||||
|
||||
Reference in New Issue
Block a user