|
@@ -126,6 +126,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
|
+ greemall_user() {
|
|
|
+ return JSON.parse(localStorage.getItem('greemall_user'))
|
|
|
+ },
|
|
|
moreParameters() {
|
|
|
return [
|
|
|
{
|
|
@@ -493,6 +496,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ isShow: ![0].includes(this.greemall_user.type),
|
|
|
name: 'el-input',
|
|
|
md: 6,
|
|
|
attributes: {
|