This commit is contained in:
zhutianqi
2021-12-19 15:07:39 +08:00
parent 1bae00ff4e
commit d8d21530f7
9 changed files with 105 additions and 363 deletions
+2
View File
@@ -26,6 +26,7 @@ import MechanismTree from './mechanismTree'
import SQTree from './SQTree'
import OrgTable from './OrgTable'
import MySelect from './mySelect'
import PhoneHistortTable from './phoneHistortTable'
import phoneRole from './phoneRole'
@@ -55,6 +56,7 @@ const install = function (Vue) {
Vue.component('MechanismTree', MechanismTree)
Vue.component('MySelect', MySelect)
Vue.component('phoneRole', phoneRole)
Vue.component('PhoneHistortTable', PhoneHistortTable)
}
export default {