This commit is contained in:
曹辉 2023-04-06 13:37:56 +08:00
parent 7fcef1d1ad
commit 6d9a2c83f3

View File

@ -113,7 +113,12 @@
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-upload2" @click="uploadopentrue">上传视频</el-button> <el-button
size="mini"
type="text"
icon="el-icon-upload2"
@click="uploadopentrue(scope.row)"
>上传视频</el-button>
<el-button <el-button
size="mini" size="mini"
type="text" type="text"
@ -527,6 +532,7 @@ export default {
}, },
// //
uploadopentrue() { uploadopentrue() {
this.upload.data.motionPrescriptionId = e.id;
this.upload.open = true; this.upload.open = true;
this.videourl = []; this.videourl = [];
this.fileList = []; this.fileList = [];