Commit d921e71b authored by wangxl's avatar wangxl

11

parent 5545325f
......@@ -117,7 +117,7 @@
<a-modal v-model="visibleEdit" v-if="visibleEdit" title="项目创建/修改" width="94%" :footer="null" :dialog-style="{ top: '8%' }" destroyOnClose :maskClosable="false">
<project-create v-model="id" @close="closeWindow"></project-create>
</a-modal>
<a-modal v-model="visibleView" v-if="visibleView" title="项目详情" width="80%" :dialog-style="{ top: '8%' }" :footer="null" destroyOnClose>
<a-modal v-model="visibleView" v-if="visibleView" title="项目详情" width="94%" :footer="null" :dialog-style="{ top: '8%' }" destroyOnClose :maskClosable="false">
<project-view v-model="id" @close="closeWindow"></project-view>
</a-modal>
<a-modal v-model="visibleFileView" title="查看" width="1000px" :dialog-style="{ top: '10%' }" :footer="null" destroyOnClose>
......
......@@ -22,11 +22,7 @@
</a-col>
<a-col :span="20">
<div class="special-middle">
<div>
<div class="special-middle">
{{ value.appUnitName }}
</div>
</div>
<div>{{ value.appUnitName }}</div>
</div>
</a-col>
</a-row>
......
<template>
<div class="layoutEmbedded">
<div class="app-content layoutEmbedded" style="height: 76vh;overflow: auto;">
<a-spin :spinning="loading" style="width: 100%;height: 100%;">
<!-- 申报项目详情 -->
<a-button type="primary" @click="onExport">导出</a-button>
......
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