修改企标制修订-技术标准的下载按钮
This commit is contained in:
@@ -186,9 +186,9 @@
|
||||
<div v-if="!isTrue" style="width: 80%;margin-top: 13px">
|
||||
<div v-for="(item,index) in FBGBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;" class="fileClass">
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')"> {{ item.name }}</span>
|
||||
<span v-if="item.id !== '' && item.id.startsWith('ATT')" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== '' && item.id.startsWith('ATT')" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
@@ -220,9 +220,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
@@ -256,9 +256,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
@@ -290,9 +290,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
@@ -577,9 +577,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
@@ -745,9 +745,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@@ -775,9 +775,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
|
||||
@@ -184,9 +184,9 @@
|
||||
@click="handleFilePreviewOne(item,'onlineEdit')"
|
||||
/>
|
||||
</span>
|
||||
<span v-if="item.id !== '' && item.id.startsWith('ATT')" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== '' && item.id.startsWith('ATT')" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="!isTrue" style="width: 80%;margin-top: 13px">
|
||||
@@ -203,9 +203,9 @@
|
||||
>
|
||||
{{ item.name }}
|
||||
</span>
|
||||
<span v-if="item.id !== '' && item.id.startsWith('ATT')" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== '' && item.id.startsWith('ATT')" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
@@ -232,9 +232,9 @@
|
||||
<div style="width: 80%;margin-top: 13px">
|
||||
<div v-for="(item,index) in LSBBBUSSFileList" :key="index" style="color: #409eff;cursor:pointer" class="fileClass">
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
@@ -263,9 +263,9 @@
|
||||
<div style="width: 80%;margin-top: 13px">
|
||||
<div v-for="(item,index) in BZSMBUSSFileList" :key="index" style="color: #409eff;cursor:pointer" class="fileClass">
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
@@ -292,9 +292,9 @@
|
||||
<div style="width: 80%;margin-top: 13px">
|
||||
<div v-for="(item,index) in QTWJBUSSFileList" :key="index" style="color: #409eff;cursor:pointer" class="fileClass">
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
@@ -547,9 +547,9 @@
|
||||
<div style="width: 80%;margin-top: 13px">
|
||||
<div v-for="(item,index) in GLWJBUSSFileList" :key="index" style="color: #409eff;cursor:pointer" class="fileClass">
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
@@ -715,9 +715,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@@ -740,9 +740,9 @@
|
||||
<div style="width: 80%;margin-top: 13px">
|
||||
<div v-for="(item,index) in madelSubList" :key="index" style="color: #409eff;cursor:pointer" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')">{{ item.name }}</span>
|
||||
<span style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
|
||||
@@ -104,9 +104,9 @@
|
||||
<el-form-item label="发布稿" prop="FBGBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="FBGBUSSFileList.length > 0" v-for="(item,index) in FBGBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="FBGBUSSFileList.length>0" v-for="(value,index) in this.FBGBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -116,9 +116,9 @@
|
||||
<el-form-item label="历史版本" prop="LSBBBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="LSBBBUSSFileList.length > 0" v-for="(item,index) in LSBBBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="LSBBBUSSFileList.length>0" v-for="(value,index) in this.LSBBBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -130,9 +130,9 @@
|
||||
<el-form-item label="编制说明" prop="BZSMBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="BZSMBUSSFileList.length > 0" v-for="(item,index) in BZSMBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="BZSMBUSSFileList.length>0" v-for="(value,index) in this.BZSMBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -142,9 +142,9 @@
|
||||
<el-form-item label="其他文件" prop="QTWJBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="QTWJBUSSFileList.length > 0" v-for="(item,index) in QTWJBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="QTWJBUSSFileList.length>0" v-for="(value,index) in this.QTWJBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -288,9 +288,9 @@
|
||||
<el-form-item label="关联文件" prop="GLWJBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="GLWJBUSSFileList.length > 0" v-for="(item,index) in GLWJBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="GLWJBUSSFileList.length>0" v-for="(value,index) in this.GLWJBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -436,9 +436,9 @@
|
||||
<el-form-item label="汇总评审意见文件" prop="GLWJBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="summaryFileList.length > 0" v-for="(item,index) in summaryFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
@@ -146,9 +146,9 @@
|
||||
@click="handleFilePreviewOne(item,'onlineEdit')"
|
||||
/>
|
||||
</span>
|
||||
<span v-if="item.id !== '' && item.id.startsWith('ATT')" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== '' && item.id.startsWith('ATT')" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -161,9 +161,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')"> {{ item.name }}</span>
|
||||
<span v-if="item.id !== '' && item.id.startsWith('ATT')" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== '' && item.id.startsWith('ATT')" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -181,9 +181,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')"> {{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="LSBBBUSSFileList.length>0" v-for="(value,index) in this.LSBBBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -201,9 +201,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')"> {{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="BZSMBUSSFileList.length>0" v-for="(value,index) in this.BZSMBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -219,9 +219,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')"> {{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="QTWJBUSSFileList.length>0" v-for="(value,index) in this.QTWJBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -421,9 +421,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')"> {{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="GLWJBUSSFileList.length>0" v-for="(value,index) in this.GLWJBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -583,9 +583,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview(item,'preview')"> {{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
@@ -115,9 +115,9 @@
|
||||
<el-form-item label="发布稿" prop="FBGBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="FBGBUSSFileList.length > 0" v-for="(item,index) in FBGBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="FBGBUSSFileList.length>0" v-for="(value,index) in this.FBGBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -127,9 +127,9 @@
|
||||
<el-form-item label="历史版本" prop="LSBBBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="LSBBBUSSFileList.length > 0" v-for="(item,index) in LSBBBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="LSBBBUSSFileList.length>0" v-for="(value,index) in this.LSBBBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -141,9 +141,9 @@
|
||||
<el-form-item label="编制说明" prop="BZSMBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="BZSMBUSSFileList.length > 0" v-for="(item,index) in BZSMBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="BZSMBUSSFileList.length>0" v-for="(value,index) in this.BZSMBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -153,9 +153,9 @@
|
||||
<el-form-item label="其他文件" prop="QTWJBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="QTWJBUSSFileList.length > 0" v-for="(item,index) in QTWJBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="QTWJBUSSFileList.length>0" v-for="(value,index) in this.QTWJBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
@@ -298,9 +298,9 @@
|
||||
<el-form-item label="关联文件" prop="GLWJBUSSName" class="add-form-item form-item-disabled">
|
||||
<div v-if="GLWJBUSSFileList.length > 0" v-for="(item,index) in GLWJBUSSFileList" :key="index" style="color: #409eff;cursor:pointer;margin-left: 12px;margin-top: 13px" class="fileClass">
|
||||
<span style="" @click="handleFilePreview(item,'preview')" :title="item.name"> {{ item.name }}</span>
|
||||
<span style="margin-left: 7px;" v-if="item.id !== ''">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>
|
||||
</span>
|
||||
<!-- <span style="margin-left: 7px;" v-if="item.id !== ''">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview(item,'down')"></i>-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
<!-- <div v-if="GLWJBUSSFileList.length>0" v-for="(value,index) in this.GLWJBUSSFileList" :key="index" style="cursor: pointer;color: #00b7ee" @click="downloadFile(value)">-->
|
||||
<!-- <!– {{ value.name }} –>-->
|
||||
|
||||
@@ -172,9 +172,9 @@
|
||||
class="fileClass"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview2(item,'preview')"> {{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview2(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview2(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
|
||||
@@ -256,9 +256,9 @@
|
||||
@click="handleFilePreview(item)"
|
||||
>
|
||||
<span style="" :title="item.name" @click="handleFilePreview2(item,'preview')"> {{ item.name }}</span>
|
||||
<span v-if="item.id !== ''" style="margin-left: 7px;">
|
||||
<i class="el-icon-download" title="下载" @click="handleFilePreview2(item,'down')" />
|
||||
</span>
|
||||
<!-- <span v-if="item.id !== ''" style="margin-left: 7px;">-->
|
||||
<!-- <i class="el-icon-download" title="下载" @click="handleFilePreview2(item,'down')" />-->
|
||||
<!-- </span>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 20%;">
|
||||
|
||||
Reference in New Issue
Block a user