mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +08:00
Remove bad dependence
This commit is contained in:
parent
210443b395
commit
4a272296a9
@ -7,7 +7,7 @@
|
||||
<el-container style="height: 100% !important;">
|
||||
<img
|
||||
fit="contain"
|
||||
:src="defaultImageLogo"
|
||||
:src="defaultImage"
|
||||
class="background-price-checking"
|
||||
>
|
||||
<el-main>
|
||||
@ -114,9 +114,6 @@ export default {
|
||||
defaultImage() {
|
||||
return require('@/image/ADempiere/priceChecking/no-image.jpg')
|
||||
},
|
||||
defaultImageLogo() {
|
||||
return require('@/image/ADempiere/priceChecking/todoagro.png')
|
||||
},
|
||||
backgroundForm() {
|
||||
if (this.isEmptyValue(this.currentImageOfProduct)) {
|
||||
return this.organizationBackground
|
||||
|
Loading…
x
Reference in New Issue
Block a user