12.31开源admin代码更新

This commit is contained in:
hejinfu1026
2021-12-31 15:58:40 +08:00
parent 6c0981748b
commit 004def5763
545 changed files with 9743 additions and 139371 deletions

View File

@@ -31,10 +31,8 @@
<template slot-scope="scope">
<div class="demo-image__preview">
<el-image
v-for="(item, index) in scope.row.imageInput"
:key="index"
style="width: 36px; height: 36px"
:src="item"
:src="scope.row.imageInput"
:preview-src-list="imgList"
/>
</div>
@@ -121,11 +119,11 @@
handlerGetListData(pram) {
articleApi.ListArticle(pram).then(data => {
this.listData = data
this.listData.list.map((item) => {
item.imageInput.map(i => {
this.imgList.push(i)
})
})
// this.listData.list.map((item) => {
// item.imageInput.map(i => {
// this.imgList.push(i)
// })
// })
})
},
handlerGetCategoryTreeData() {