|
@@ -31,7 +31,7 @@
|
|
|
</el-upload>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div v-if="tabledata.length!=0" class="share-table">
|
|
|
+ <div class="share-table">
|
|
|
<el-table :data="tabledata" border style="width: 100%">
|
|
|
<el-table-column prop="fileName" label="文件名称">
|
|
|
</el-table-column>
|
|
@@ -52,6 +52,12 @@
|
|
|
</div>
|
|
|
<div v-if="filetype == 1412" class="sharedsile-ps">PS:请先选择团组再下载!</div>
|
|
|
<div v-if="filetype == 1412" class="sharedsile-table">
|
|
|
+ <div class="sharedsile-table-tr">
|
|
|
+ <div style="font-size: 14px;color: #909399;font-weight: 600;" class="sharedsile-table-tb tb-name">文件名称</div>
|
|
|
+ <div style="font-size: 14px;color: #909399;font-weight: 600;" class="sharedsile-table-tb tb-type">版本格式</div>
|
|
|
+ <div style="font-size: 14px;color: #909399;font-weight: 600;" class="sharedsile-table-tb tb-Language">语言</div>
|
|
|
+ <div style="font-size: 14px;color: #909399;font-weight: 600;" class="sharedsile-table-tb tb-download">操作</div>
|
|
|
+ </div>
|
|
|
<div class="sharedsile-table-tr">
|
|
|
<div class="sharedsile-table-tb tb-name">OP行程单</div>
|
|
|
<div class="sharedsile-table-tb tb-type">WORD</div>
|
|
@@ -85,7 +91,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="sharedsile-table-tr">
|
|
|
- <div class="sharedsile-table-tb tb-name">导出倒推表</div>
|
|
|
+ <div class="sharedsile-table-tb tb-name">倒推表</div>
|
|
|
<div class="sharedsile-table-tb tb-type">WORD</div>
|
|
|
<div class="sharedsile-table-tb tb-Language">中文</div>
|
|
|
<div class="sharedsile-table-tb tb-download">
|
|
@@ -236,7 +242,7 @@ export default {
|
|
|
pageIndex: that.currentPage,
|
|
|
pageSize: that.pageSize,
|
|
|
fileType: that.filetype,
|
|
|
- diid: that.filetype != 1412 ? 0 : that.diIdselect,
|
|
|
+ diid: that.filetype != 1412 ? 0 : that.diIdselect==""?0:that.diIdselect,
|
|
|
}
|
|
|
}).then(function (res) {
|
|
|
if (res.data.code == 200) {
|
|
@@ -549,6 +555,7 @@ export default {
|
|
|
.sharedsile-ps {
|
|
|
margin-top: 20px;
|
|
|
font-size: 14px;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.sharedsile-table {
|