commit
This commit is contained in:
@@ -25,9 +25,9 @@
|
|||||||
<!-- {{ this.$route.query.item.cname || '-' }}-->
|
<!-- {{ this.$route.query.item.cname || '-' }}-->
|
||||||
<!-- </span>-->
|
<!-- </span>-->
|
||||||
<!-- </p>-->
|
<!-- </p>-->
|
||||||
<p class="transition-box-p">
|
<div class="transition-box-p">
|
||||||
<label class="transition-box-label">附件:</label>
|
<label class="transition-box-label">附件:</label>
|
||||||
<span class="file-box" v-if="fileInfoList.length > 0">
|
<div class="file-box" v-if="fileInfoList.length > 0">
|
||||||
<div style="display: flex;">
|
<div style="display: flex;">
|
||||||
<div v-for="(file,item) in fileInfoList"
|
<div v-for="(file,item) in fileInfoList"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -35,12 +35,12 @@
|
|||||||
@click="handleQueryPdf(file)"
|
@click="handleQueryPdf(file)"
|
||||||
:key="item">
|
:key="item">
|
||||||
{{ file.name }}
|
{{ file.name }}
|
||||||
<el-button type="primary" class="common-button-primary" size="mini" @click="downloadFile(file.attId)">下载</el-button>
|
<el-button v-btn-permission="'27f94c4c792a0248824bb245971d2bd7'" type="primary" class="common-button-primary" size="mini" @click="downloadFile(file.attId)">下载</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</div>
|
||||||
<span class="transition-box-span" v-else>-</span>
|
<span class="transition-box-span" v-else>-</span>
|
||||||
</p>
|
</div>
|
||||||
<p class="transition-box-p">
|
<p class="transition-box-p">
|
||||||
<label class="transition-box-label">上传时间:</label>
|
<label class="transition-box-label">上传时间:</label>
|
||||||
<span class="transition-box-span">{{ this.$route.query.item.startTime || '-' }}</span>
|
<span class="transition-box-span">{{ this.$route.query.item.startTime || '-' }}</span>
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
<el-button v-if="ideaKey" type="primary" class="common-button-primary" size="mini" @click="selectStandardPro('add')">
|
<el-button v-if="ideaKey" type="primary" class="common-button-primary" size="mini" @click="selectStandardPro('add')">
|
||||||
添加
|
添加
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="primary" class="common-button-primary" size="mini" @click="exportAll">导出</el-button>
|
<el-button type="primary" class="common-button-primary" size="mini" v-btn-permission="'df2b403895020ea10fd9df724ca08d67'" @click="exportAll">导出</el-button>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<el-table
|
<el-table
|
||||||
|
|||||||
Reference in New Issue
Block a user