diff --git a/src/api/static/index.js b/src/api/static/index.js new file mode 100644 index 0000000..fd06180 --- /dev/null +++ b/src/api/static/index.js @@ -0,0 +1,17 @@ +import request from "@/utils/request"; + +export function planToFundlog (params) { + return request({ + url: '/api/admin/chart/plan-to-fundlog', + method: 'get', + params + }) +} + +export function departmentMoney (params) { + return request({ + url: '/api/admin/chart/department-money', + method: 'get', + params + }) +} diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index 6551681..e31df00 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -164,6 +164,7 @@ export default { if(item.customFn){ return ( +
+ +
+ + 关键字 + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ + + + +