|
|
@@ -251,6 +251,7 @@
|
|
|
上传附件
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
+ v-if="scope.row.dataValue"
|
|
|
type="text"
|
|
|
size="small"
|
|
|
@click="handleViewScan(scope.row.dataValue)"
|
|
|
@@ -426,6 +427,7 @@
|
|
|
上传附件
|
|
|
</el-button> -->
|
|
|
<el-button
|
|
|
+ v-if="scope.row.dataValue"
|
|
|
type="primary"
|
|
|
size="small"
|
|
|
:disabled="false"
|
|
|
@@ -1145,7 +1147,7 @@
|
|
|
if (fileUrl.startsWith('http')) {
|
|
|
_fileUrl = fileUrl
|
|
|
} else {
|
|
|
- fileUrl = window.context.form + fileUrl
|
|
|
+ _fileUrl = window.context.form + fileUrl
|
|
|
}
|
|
|
// 对文件URL进行Base64编码
|
|
|
const encodedUrl = encodeURIComponent(Base64.encode(_fileUrl))
|