diff --git a/examples/store/index.js b/examples/store/index.js index d31c15db..22293cd3 100644 --- a/examples/store/index.js +++ b/examples/store/index.js @@ -2,6 +2,7 @@ import Vue from 'vue' import Vuex from 'vuex' import preState from 'vuex-persistedstate' import * as modules from "dvcp-ui/lib/js/modules" +import axios from "../router/axios"; Vue.use(Vuex) @@ -15,6 +16,11 @@ export default new Vuex.Store({ }, cleanApps(state) { state.apps = [] + }, + setFinanceUser(state) { + axios.post("appfinancialorganizationuser/checkUser").then(res => { + state.user.financeUser = res.data + }).catch(() => 0) } }, modules, diff --git a/package.json b/package.json index 3f05b2e2..b4605add 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,8 @@ ], "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", + "@jiaminghi/c-render": "^0.4.3", + "@jiaminghi/charts": "^0.2.18", "@jiaminghi/data-view": "^2.10.0", "bin-code-editor": "^0.9.0", "dayjs": "^1.8.35", @@ -48,13 +50,14 @@ "eslint-plugin-vue": "^5.0.0", "image-webpack-loader": "^6.0.0", "inquirer": "^6.5.2", - "node-sass": "npm:sass@^1.43.4", "readline": "^1.3.0", - "sass-loader": "^7.1.0", + "sass": "~1.32.12", + "sass-loader": "^7.3.1", "uglifyjs-webpack-plugin": "^2.2.0", "v-viewer": "^1.6.4", "vue": "^2.6.14", "vue-router": "^3.3.4", + "vue-style-loader": "^4.1.3", "vue-template-compiler": "^2.6.14", "vuex": "^3.5.1", "vuex-persistedstate": "^2.7.1" diff --git a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreDetail.vue b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreDetail.vue index 912cc129..c2e105e1 100644 --- a/packages/conv/creditScore/AppGridMemberScore/components/gridScoreDetail.vue +++ b/packages/conv/creditScore/AppGridMemberScore/components/gridScoreDetail.vue @@ -21,7 +21,7 @@

事件汇总

- 时间: + 时间:
@@ -39,17 +39,29 @@ - - - + + + + + + + @@ -59,6 +71,7 @@ diff --git a/packages/publicity/AppVillageIntroduction/components/Add.vue b/packages/publicity/AppVillageIntroduction/components/Add.vue index b4f8a0c9..4937ef0d 100644 --- a/packages/publicity/AppVillageIntroduction/components/Add.vue +++ b/packages/publicity/AppVillageIntroduction/components/Add.vue @@ -1,7 +1,7 @@