|
@@ -531,7 +531,10 @@ export default {
|
|
|
'warning',
|
|
|
this.$t('system.noticeCircular.NoInformation')
|
|
|
)
|
|
|
- } else {
|
|
|
+ } else if(row.addressUrl.indexOf(".png"||".jpg")!=-1) {
|
|
|
+ this.accessoryTFs = true
|
|
|
+ }
|
|
|
+ else{
|
|
|
this.accessoryTFs = true
|
|
|
}
|
|
|
this.appendixIdss = row.addressUrl.split(',')
|