li.shaoyi 1 rok pred
rodič
commit
b8b447b986
35 zmenil súbory, kde vykonal 237 pridanie a 2 odobranie
  1. 2 2
      package-lock.json
  2. 7 0
      src/packages/pc/views/bank/cus_config/index.vue
  3. 7 0
      src/packages/pc/views/bank/sys_config/index.vue
  4. 7 0
      src/packages/pc/views/base/sys_params/index.vue
  5. 7 0
      src/packages/pc/views/marketrun/exception/index.vue
  6. 7 0
      src/packages/pc/views/marketrun/market/index.vue
  7. 7 0
      src/packages/pc/views/marketrun/monitor/account/index.vue
  8. 6 0
      src/packages/pc/views/marketrun/monitor/index.vue
  9. 7 0
      src/packages/pc/views/marketrun/monitor/liquidation/index.vue
  10. 7 0
      src/packages/pc/views/marketrun/monitor/marketer/index.vue
  11. 7 0
      src/packages/pc/views/marketrun/monitor/positionsumm/index.vue
  12. 7 0
      src/packages/pc/views/marketrun/monitor/user/index.vue
  13. 7 0
      src/packages/pc/views/performance/buy/index.vue
  14. 7 0
      src/packages/pc/views/performance/plan/index.vue
  15. 7 0
      src/packages/pc/views/performance/sell/index.vue
  16. 7 0
      src/packages/pc/views/profitshare/institution/config/index.vue
  17. 7 0
      src/packages/pc/views/profitshare/institution/group/index.vue
  18. 6 0
      src/packages/pc/views/profitshare/institution/index.vue
  19. 7 0
      src/packages/pc/views/profitshare/platform/group/index.vue
  20. 6 0
      src/packages/pc/views/profitshare/platform/index.vue
  21. 7 0
      src/packages/pc/views/report/account/index.vue
  22. 7 0
      src/packages/pc/views/report/bank/index.vue
  23. 7 0
      src/packages/pc/views/report/broker/index.vue
  24. 7 0
      src/packages/pc/views/report/fee/index.vue
  25. 7 0
      src/packages/pc/views/report/goods/index.vue
  26. 7 0
      src/packages/pc/views/report/institution/index.vue
  27. 7 0
      src/packages/pc/views/report/investor/index.vue
  28. 7 0
      src/packages/pc/views/report/profitshare/index.vue
  29. 7 0
      src/packages/pc/views/report/recalculate/index.vue
  30. 7 0
      src/packages/pc/views/report/trade/index.vue
  31. 7 0
      src/packages/pc/views/settlement/holdtransfer/index.vue
  32. 7 0
      src/packages/pc/views/settlement/profitsharepay/index.vue
  33. 7 0
      src/packages/pc/views/system/exrate/index.vue
  34. 7 0
      src/packages/pc/views/system/ip_blacklist/index.vue
  35. 7 0
      src/packages/pc/views/system/user_blacklist/index.vue

+ 2 - 2
package-lock.json

@@ -1,11 +1,11 @@
 {
-  "name": "mtp2_h5_plus",
+  "name": "mtp2_admin",
   "version": "0.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
-      "name": "mtp2_h5_plus",
+      "name": "mtp2_admin",
       "version": "0.1.0",
       "dependencies": {
         "@tinymce/tinymce-vue": "^5.0.0",

+ 7 - 0
src/packages/pc/views/bank/cus_config/index.vue

@@ -0,0 +1,7 @@
+<!-- 银行业务-托管银行配置 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/bank/sys_config/index.vue

@@ -0,0 +1,7 @@
+<!-- 银行业务-银行系统配置 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/base/sys_params/index.vue

@@ -0,0 +1,7 @@
+<!-- 基础数据管理-系统参数管理 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/marketrun/exception/index.vue

@@ -0,0 +1,7 @@
+<!-- 市场运行管理-差错管理 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/marketrun/market/index.vue

@@ -0,0 +1,7 @@
+<!-- 市场运行管理-市场监控 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/marketrun/monitor/account/index.vue

@@ -0,0 +1,7 @@
+<!-- 市场运行管理-监控管理-账户风险监控 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 6 - 0
src/packages/pc/views/marketrun/monitor/index.vue

@@ -0,0 +1,6 @@
+<template>
+    <router-view />
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/marketrun/monitor/liquidation/index.vue

@@ -0,0 +1,7 @@
+<!-- 市场运行管理-监控管理-斩仓监控 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/marketrun/monitor/marketer/index.vue

@@ -0,0 +1,7 @@
+<!-- 市场运行管理-监控管理-做市会员风险监控 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/marketrun/monitor/positionsumm/index.vue

@@ -0,0 +1,7 @@
+<!-- 市场运行管理-监控管理-持仓汇总监控 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/marketrun/monitor/user/index.vue

@@ -0,0 +1,7 @@
+<!-- 市场运行管理-监控管理-持仓汇总监控 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/performance/buy/index.vue

@@ -0,0 +1,7 @@
+<!-- 履约管理-我的买履约 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/performance/plan/index.vue

@@ -0,0 +1,7 @@
+<!-- 履约管理-履约计划管理 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/performance/sell/index.vue

@@ -0,0 +1,7 @@
+<!-- 履约管理-我的卖履约 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/profitshare/institution/config/index.vue

@@ -0,0 +1,7 @@
+<!-- 分润管理-机构分润配置-子机构分润配置 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/profitshare/institution/group/index.vue

@@ -0,0 +1,7 @@
+<!-- 分润管理-机构分润配置-子机构分组管理 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 6 - 0
src/packages/pc/views/profitshare/institution/index.vue

@@ -0,0 +1,6 @@
+<template>
+    <router-view />
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/profitshare/platform/group/index.vue

@@ -0,0 +1,7 @@
+<!-- 分润管理-平台分润-分润分组管理 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 6 - 0
src/packages/pc/views/profitshare/platform/index.vue

@@ -0,0 +1,6 @@
+<template>
+    <router-view />
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/report/account/index.vue

@@ -0,0 +1,7 @@
+<!-- 报表查询-资金账户报表 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/report/bank/index.vue

@@ -0,0 +1,7 @@
+<!-- 报表查询-银行资金报表 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/report/broker/index.vue

@@ -0,0 +1,7 @@
+<!-- 报表查询-经纪会员报表 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/report/fee/index.vue

@@ -0,0 +1,7 @@
+<!-- 报表查询-服务费分润报表 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/report/goods/index.vue

@@ -0,0 +1,7 @@
+<!-- 报表查询-商品交易报表 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/report/institution/index.vue

@@ -0,0 +1,7 @@
+<!-- 报表查询-机构资金报表 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/report/investor/index.vue

@@ -0,0 +1,7 @@
+<!-- 报表查询-交易商资金报表 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/report/profitshare/index.vue

@@ -0,0 +1,7 @@
+<!-- 报表查询-分润报表 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/report/recalculate/index.vue

@@ -0,0 +1,7 @@
+<!-- 报表查询-报表重算 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/report/trade/index.vue

@@ -0,0 +1,7 @@
+<!-- 报表查询-推荐成交报表 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/settlement/holdtransfer/index.vue

@@ -0,0 +1,7 @@
+<!-- 结算管理-协议转让 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/settlement/profitsharepay/index.vue

@@ -0,0 +1,7 @@
+<!-- 结算管理-分润付款确认 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/system/exrate/index.vue

@@ -0,0 +1,7 @@
+<!-- 系统运行管理-系统汇率管理 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/system/ip_blacklist/index.vue

@@ -0,0 +1,7 @@
+<!-- 系统运行管理-IP黑名单管理 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>

+ 7 - 0
src/packages/pc/views/system/user_blacklist/index.vue

@@ -0,0 +1,7 @@
+<!-- 系统运行管理-开户黑名单管理 -->
+<template>
+    <app-view></app-view>
+</template>
+
+<script lang="ts" setup>
+</script>