|
|
@ -61,7 +61,7 @@
|
|
|
|
<el-popconfirm @confirm="downFile(scope.row)" confirm-button-text='下载' cancel-button-text='不用了'
|
|
|
|
<el-popconfirm @confirm="downFile(scope.row)" confirm-button-text='下载' cancel-button-text='不用了'
|
|
|
|
class="mr10" icon="el-icon-info" icon-color="blck" title="是否确认要下载文件?"
|
|
|
|
class="mr10" icon="el-icon-info" icon-color="blck" title="是否确认要下载文件?"
|
|
|
|
v-if="scope.row.cacheFilePath">
|
|
|
|
v-if="scope.row.cacheFilePath">
|
|
|
|
<el-button type="text" size="small" slot="reference">下载
|
|
|
|
<el-button type="text" size="small" slot="reference">下载
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
</el-popconfirm>
|
|
|
|
</el-popconfirm>
|
|
|
|
<el-popconfirm v-if="scope.row.status==4" @confirm="deleteData(scope.row.id)" confirm-button-text='删除'
|
|
|
|
<el-popconfirm v-if="scope.row.status==4" @confirm="deleteData(scope.row.id)" confirm-button-text='删除'
|
|
|
@ -316,6 +316,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
downFile(rows) {
|
|
|
|
downFile(rows) {
|
|
|
|
|
|
|
|
alert(1)
|
|
|
|
infoByStatus({
|
|
|
|
infoByStatus({
|
|
|
|
'id': rows.id
|
|
|
|
'id': rows.id
|
|
|
|
}).then(res => {
|
|
|
|
}).then(res => {
|
|
|
|