Commit f1bfa56b authored by 张伯涛's avatar 张伯涛

查看可以预览

parent 1307de8a
...@@ -1578,7 +1578,7 @@ ...@@ -1578,7 +1578,7 @@
</el-link> </el-link>
<!-- <el-link v-if="scope.row.FILENAME === '' " type="success" :underline="false" @click="downLoadFile(scope.row)">下载</el-link>--> <!-- <el-link v-if="scope.row.FILENAME === '' " type="success" :underline="false" @click="downLoadFile(scope.row)">下载</el-link>-->
<el-link v-if="$route.query.type !== 'checkDetails'" type="danger" :underline="false" @click="delFile(scope.$index,scope.row)">删除</el-link> <el-link v-if="$route.query.type !== 'checkDetails'" type="danger" :underline="false" @click="delFile(scope.$index,scope.row)">删除</el-link>
<el-link v-if="scope.row.FILENAME !== '' && $route.query.type !== 'checkDetails'" type="success" style="margin-left: 15px" :underline="false" @click="filePreview(scope.row)">预览</el-link> <el-link v-if="scope.row.FILENAME !== ''" type="success" style="margin-left: 15px" :underline="false" @click="filePreview(scope.row)">预览</el-link>
</template> </template>
</el-table-column> </el-table-column>
</el-table></div> </el-table></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