Commit 90ffeef4 authored by wangxl's avatar wangxl

444

parent b4a8d36e
...@@ -519,6 +519,20 @@ ...@@ -519,6 +519,20 @@
<!-- 附件 --> <!-- 附件 -->
<file-info :fileList.sync="value.fileList" /> <file-info :fileList.sync="value.fileList" />
</div> </div>
<div v-if="tabsData[7].isShow">
<a-row>
<a-col :span="24">
<div class="main-title">
<span>审核记录</span>
</div>
</a-col>
</a-row>
<a-row>
<a-col :span="24">
<audit-list v-model="value.auditList" />
</a-col>
</a-row>
</div>
</div> </div>
</template> </template>
......
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