|
@ -14,7 +14,7 @@ |
|
|
@click="dialogTableVisible = false" |
|
|
@click="dialogTableVisible = false" |
|
|
/> |
|
|
/> |
|
|
<img :src="chooseItem.url" alt="" v-if="isImg(chooseItem)" /> |
|
|
<img :src="chooseItem.url" alt="" v-if="isImg(chooseItem)" /> |
|
|
<video-player :options="playerOptions"/> |
|
|
<!-- <video-player :options="playerOptions"/> --> |
|
|
</div> |
|
|
</div> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
</div> |
|
|
</div> |
|
@ -27,7 +27,6 @@ import { |
|
|
VIDEO_TYPE_LIST, |
|
|
VIDEO_TYPE_LIST, |
|
|
MUSIC_TYPE_LIST |
|
|
MUSIC_TYPE_LIST |
|
|
} from '@/utils/globalConst.js' |
|
|
} from '@/utils/globalConst.js' |
|
|
import {videoPlayer} from 'vue-video-player' |
|
|
|
|
|
const props = defineProps({ |
|
|
const props = defineProps({ |
|
|
fileList: { |
|
|
fileList: { |
|
|
type: Array, |
|
|
type: Array, |
|
|