Commit defb9d48 authored by wangxl's avatar wangxl

111

parent 538a65fe
...@@ -13,6 +13,18 @@ ...@@ -13,6 +13,18 @@
<div class="x_modal_content"> <div class="x_modal_content">
<project-info v-model="projectInfo" :tabsData.sync="tabsData" v-if="projType" /> <project-info v-model="projectInfo" :tabsData.sync="tabsData" v-if="projType" />
<project-info-Key v-model="projectInfo" :tabsData.sync="tabsData" v-else /> <project-info-Key v-model="projectInfo" :tabsData.sync="tabsData" v-else />
<a-row>
<a-col :span="24">
<div class="tb-title">
<span>审核记录</span>
</div>
</a-col>
</a-row>
<a-row>
<a-col :span="24">
<audit-list v-model="projectInfo.auditList" />
</a-col>
</a-row>
<a-form-model ref="form" :model="auditObj" :rules="rules" class="from-table font-line-space"> <a-form-model ref="form" :model="auditObj" :rules="rules" class="from-table font-line-space">
<audit-edit :auditObj.sync="auditObj" /> <audit-edit :auditObj.sync="auditObj" />
</a-form-model> </a-form-model>
...@@ -101,6 +113,7 @@ export default { ...@@ -101,6 +113,7 @@ export default {
projectSubList: [], projectSubList: [],
managementRuleList: [], managementRuleList: [],
fileList: [], fileList: [],
auditList: [],
}, },
auditObj: { id: this.value, auditObjectId: this.objId, auditResult: null, auditType: 1, auditContent: '' }, auditObj: { id: this.value, auditObjectId: this.objId, auditResult: null, auditType: 1, auditContent: '' },
rules: { rules: {
......
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