[update] 标准选择修改
This commit is contained in:
@@ -21,7 +21,7 @@ export default {
|
||||
props: ['query', 'value', 'standard'],
|
||||
computed: {
|
||||
isDisabled () {
|
||||
if (this.query.db_field_name === 'replaced_standard') {
|
||||
if (this.query.dbFieldName === 'replaced_standard') {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user