diff --git a/src/App.vue b/src/App.vue index f3004a7..22b65e9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,6 +10,7 @@
+
diff --git a/src/components/alarmModal/index.vue b/src/components/alarmModal/index.vue new file mode 100644 index 0000000..26ca649 --- /dev/null +++ b/src/components/alarmModal/index.vue @@ -0,0 +1,126 @@ + + + + + \ No newline at end of file diff --git a/src/main.js b/src/main.js index 4d16404..f1a8efe 100644 --- a/src/main.js +++ b/src/main.js @@ -3,7 +3,6 @@ import App from './App.vue' import './styles/index.less'; import mixins from "@/mixins" import Antd from 'ant-design-vue'; -import echarts from "echarts"; // import {Cascader} from 'element-ui'; // import 'element-ui/lib/theme-chalk/index.css'; // import moment from 'moment'; @@ -20,18 +19,19 @@ import router from "@/permission"; // Vue.prototype.$moment = moment const communityCode = store.getters.getCommunityCode; Vue.prototype.$baseUrl = process.env.VUE_APP_URL + communityCode + '/manage' -Vue.prototype.$echarts = echarts; Vue.config.productionTip = false import commonTable from './components/table' import commonUpload from './components/upload/index.vue' import allCity from './components/allCity/index.vue' import searchForm from './components/searchForm/index.vue' +import alarmModal from './components/alarmModal/index.vue' // 注册组件 Vue.component('commonTable', commonTable) Vue.component('commonUpload', commonUpload) Vue.component('allCity', allCity) Vue.component('searchForm', searchForm) +Vue.component('alarmModal', alarmModal) new Vue({ render: h => h(App), diff --git a/src/views/Basic/EstateInfo/_houseHoldInfo/depend/addForm.vue b/src/views/Basic/EstateInfo/_houseHoldInfo/depend/addForm.vue index 37fbb30..59e3584 100644 --- a/src/views/Basic/EstateInfo/_houseHoldInfo/depend/addForm.vue +++ b/src/views/Basic/EstateInfo/_houseHoldInfo/depend/addForm.vue @@ -48,7 +48,7 @@ -
+ + diff --git a/src/views/Login/index.vue b/src/views/Login/index.vue index c5b021f..14b79df 100644 --- a/src/views/Login/index.vue +++ b/src/views/Login/index.vue @@ -13,38 +13,46 @@ - + diff --git a/src/views/Operation/Recommand/index.vue b/src/views/Operation/Recommand/index.vue index 7d1d05e..3201037 100644 --- a/src/views/Operation/Recommand/index.vue +++ b/src/views/Operation/Recommand/index.vue @@ -91,6 +91,9 @@ + + {{adviceInfo.content}} +