NEZ-616 fix: MIB File 页面bug models接口错误 编辑页面接口错误打不开
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
import table from '@/components/common/mixin/table'
|
||||
import axios from 'axios'
|
||||
export default {
|
||||
name: 'roleTable',
|
||||
name: 'mibTable',
|
||||
mixins: [table],
|
||||
data () {
|
||||
return {
|
||||
@@ -121,7 +121,7 @@ export default {
|
||||
prop: 'modelsDetail',
|
||||
show: true
|
||||
}, {
|
||||
label: this.$t('config.mib.remark'),
|
||||
label: this.$t('config.mib.description'),
|
||||
prop: 'remark',
|
||||
show: true
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user