|
@@ -732,7 +732,7 @@
|
|
|
</viewer>
|
|
</viewer>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="FileUrlList" label="描述" show-overflow-tooltip>
|
|
|
|
|
|
|
+ <el-table-column prop="FileUrlList" label="描述" show-overflow-tooltip>{{scenefile.Remark}}
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" width="150" align="center" fixed>
|
|
<el-table-column label="操作" width="150" align="center" fixed>
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -758,7 +758,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
|
<el-form-item label="描述">
|
|
<el-form-item label="描述">
|
|
|
- <el-input v-model="SubfileForm.OtherRemark" type="textarea" :rows=3 placeholder="请输入备注信息"></el-input>
|
|
|
|
|
|
|
+ <el-input v-model="SubfileForm.Remark" type="textarea" :rows=3 placeholder="请输入备注信息"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -995,7 +995,8 @@ export default {
|
|
|
scenefileurllist: [],
|
|
scenefileurllist: [],
|
|
|
scenefile: {
|
|
scenefile: {
|
|
|
FileUrl: '',
|
|
FileUrl: '',
|
|
|
- FileName: ''
|
|
|
|
|
|
|
+ FileName: '',
|
|
|
|
|
+ Remark: ''
|
|
|
},
|
|
},
|
|
|
countryprops: {
|
|
countryprops: {
|
|
|
value: 'adcode',
|
|
value: 'adcode',
|
|
@@ -1384,6 +1385,8 @@ export default {
|
|
|
console.log('345', this.scenefile)
|
|
console.log('345', this.scenefile)
|
|
|
if (this.scenefile && this.scenefile.FileUrl && this.scenefile != null) {
|
|
if (this.scenefile && this.scenefile.FileUrl && this.scenefile != null) {
|
|
|
this.scenefileurllist = this.scenefile.FileUrl.split('$')
|
|
this.scenefileurllist = this.scenefile.FileUrl.split('$')
|
|
|
|
|
+ // this.scenefileurllist.push(this.scenefile.Remark)
|
|
|
|
|
+ console.log('222', this.scenefileurllist)
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|