同步修改

master
anthonywj 2 years ago
parent 42a5603f1d
commit 1388025024

@ -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 => {

Loading…
Cancel
Save