This commit is contained in:
2024-05-08 09:26:08 +08:00
parent 2b65ec4591
commit a677ca196c
2 changed files with 1 additions and 1 deletions

View File

@@ -329,7 +329,7 @@ export default {
if (row.image != "" && row.image != null) {
var img = {
name: "",
url: row.image1
url: row.image
};
var attr = [];
attr.push(img);