Commit d21bc726 authored by 徐俊's avatar 徐俊

xujun

parent f766fb81
......@@ -123,7 +123,7 @@
<a-modal v-model="visibleFileView" title="查看" width="1000px" :dialog-style="{ top: '10%' }" :footer="null" destroyOnClose>
<preview-file v-model="realurl.downloadUrl" :fileName="realurl.fileName"></preview-file>
</a-modal>
<a-modal v-model="projectKPIView" title="查看项目KPI" width="1000px" :dialog-style="{ top: '10%' }" :footer="null" destroyOnClose>
<a-modal v-model="projectKPIView" title="查看项目KPI" width="80%" :dialog-style="{ top: '10%' }" :footer="null" destroyOnClose>
<project-kpi></project-kpi>
</a-modal>
</div>
......
<template>
<div>
<table class="tab-content" cellpadding="3" cellspacing="3">
<div class="from-table font-line-space">
<table class="tab-content" cellpadding="3" cellspacing="3" style="width: 98%;">
<tr>
<td colspan="20" class="bg-title">2020年度</td>
</tr>
......
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