|
|
|
@ -328,8 +328,8 @@
|
|
|
|
|
:initial-index="1" |
|
|
|
|
fit="cover" |
|
|
|
|
/> |
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="imgName"> |
|
|
|
@ -1333,17 +1333,17 @@ const menuData2 = ref([
|
|
|
|
|
sortable: true, |
|
|
|
|
head: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'orderPackageGroundingStatusName', |
|
|
|
|
label: '上架状态', |
|
|
|
|
type: 4, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: true, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'orderPackageGroundingStatusName', |
|
|
|
|
// label: '上架状态', |
|
|
|
|
// type: 4, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '200', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// head: true, |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
prop: 'orderPackageStockupStatusName', |
|
|
|
|
label: '备货状态', |
|
|
|
@ -2045,7 +2045,7 @@ getDetail(RouterId.value).then(res => {
|
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
console.log(srcListC.value,'srcListC'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
const handleRemove = () => { |
|
|
|
|
console.log('图片移除事件'); |
|
|
|
@ -2329,7 +2329,7 @@ const ImgSuccessE = (response, uploadFile) => {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
:deep(.el-dialog__body) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
@ -2370,7 +2370,7 @@ const ImgSuccessE = (response, uploadFile) => {
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
} |
|
|
|
|
:deep(.el-dialog__body) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|