修改
This commit is contained in:
parent
7fcef1d1ad
commit
6d9a2c83f3
@ -113,7 +113,12 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<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
|
||||
size="mini"
|
||||
type="text"
|
||||
@ -527,6 +532,7 @@ export default {
|
||||
},
|
||||
//打开视频上传窗口
|
||||
uploadopentrue() {
|
||||
this.upload.data.motionPrescriptionId = e.id;
|
||||
this.upload.open = true;
|
||||
this.videourl = [];
|
||||
this.fileList = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user