Commit 4ebb7b1e by linjinhong

测试提交

parent 0a3ee7dc
...@@ -536,12 +536,12 @@ export default { ...@@ -536,12 +536,12 @@ export default {
}, },
getComputedName(title) { getComputedName(title) {
let img = this.selectImgList.find((it) => it.title === title); let img = this.selectImgList.find((it) => it.title === title);
return img?.fileName; return img?.designId;
}, },
getComputedTitle(title) { getComputedTitle(title) {
console.log(this.selectImgList, "this.selectImgList"); console.log(this.selectImgList, "this.selectImgList");
let img = this.selectImgList.find((it) => it.title === title); let img = this.selectImgList.find((it) => it.title === title);
return img?.url; return img?.productionFile;
}, },
getBackFile({ files, size }, callback) { getBackFile({ files, size }, callback) {
let that = this; let that = this;
...@@ -870,7 +870,7 @@ export default { ...@@ -870,7 +870,7 @@ export default {
</div> </div>
</div> </div>
<el-row class="main"> <!-- <el-row class="main">
<el-col :span="6"> <el-col :span="6">
<div class="text-center">打印区域</div> <div class="text-center">打印区域</div>
</el-col> </el-col>
...@@ -940,7 +940,7 @@ export default { ...@@ -940,7 +940,7 @@ export default {
</el-carousel> </el-carousel>
</el-col> </el-col>
</el-row> </el-row>
</el-row> </el-row> -->
<el-table border :data="detail.imageAry"> <el-table border :data="detail.imageAry">
<el-table-column label="打印区域" prop="title"></el-table-column> <el-table-column label="打印区域" prop="title"></el-table-column>
<el-table-column label="效果图" prop="title"> <el-table-column label="效果图" prop="title">
......
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