Commit 12d1bff8 authored by Administrator's avatar Administrator

debug

parent 2aba034b
...@@ -579,7 +579,7 @@ const downloadAllSamples = async () => { ...@@ -579,7 +579,7 @@ const downloadAllSamples = async () => {
<el-button type="danger" size="default" :icon="Delete" circle @click="processing.deleteOneSample(dir.dir_name)" style="margin-left: 10px;"/> <el-button type="danger" size="default" :icon="Delete" circle @click="processing.deleteOneSample(dir.dir_name)" style="margin-left: 10px;"/>
</div> </div>
<div style="margin-top: 5px;"> <div style="margin-top: 5px;">
<el-button :type="form.checkClipVideoBtnType[dir.dir_name] || 'primary'" size="small" @click="onCheckClipVideoBtnClick(dir.dir_name)">查看视频</el-button> <el-button :type="form.checkClipVideoBtnType[dir.dir_name] || 'primary'" size="small" @click="onCheckClipVideoBtnClick(dir.dir_name)">查看视频({{ dir.dir_name }})</el-button>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment