增加提示语
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"username": "root",
|
"username": "root",
|
||||||
"password": "Aa@6447985",
|
"password": "Aa@6447985",
|
||||||
"path": "127.0.0.1:3306",
|
"path": "127.0.0.1:3306",
|
||||||
"dbname": "yx",
|
"dbname": "qmplus",
|
||||||
"config": "charset=utf8\u0026parseTime=True\u0026loc=Local"
|
"config": "charset=utf8\u0026parseTime=True\u0026loc=Local"
|
||||||
},
|
},
|
||||||
"qiniu": {
|
"qiniu": {
|
||||||
|
@@ -220,7 +220,7 @@ export default {
|
|||||||
filters:{
|
filters:{
|
||||||
methodFiletr(value){
|
methodFiletr(value){
|
||||||
const target = methodOptions.filter(item=>item.value === value)[0]
|
const target = methodOptions.filter(item=>item.value === value)[0]
|
||||||
return `${target.label}(${target.value})`
|
return target && `${target.label}(${target.value})`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user