Browse Source

update

main
wangshaoping 1 year ago
parent
commit
0e165daa03
  1. 528
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/css/sprite38.svg
  2. BIN
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_444444_256x240.png
  3. BIN
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_555555_256x240.png
  4. BIN
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_777620_256x240.png
  5. BIN
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_777777_256x240.png
  6. BIN
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_cc0000_256x240.png
  7. BIN
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_ffffff_256x240.png
  8. 63
      io.sc.engine.mv.frontend/public/webjars/tailwindcss/3.3.5/tailwindcss.js
  9. 7
      io.sc.engine.mv.frontend/src/css/tailwind.css
  10. 33
      io.sc.engine.mv.frontend/src/shims-vue.d.ts
  11. 19
      io.sc.engine.mv.frontend/tailwind.config.cjs
  12. 21
      io.sc.engine.mv.frontend/tsconfig.json
  13. 13
      io.sc.engine.mv.sample/src/main/resources/io/sc/engine/mv/sample/TestCase.csv
  14. 19
      io.sc.engine.mv/src/main/resources/META-INF/platform/plugins/swagger.json
  15. 14
      io.sc.engine.mv/src/main/resources/META-INF/platform/plugins/system-properties.json

528
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/css/sprite38.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 150 KiB

BIN
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_444444_256x240.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_555555_256x240.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_777620_256x240.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_777777_256x240.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_cc0000_256x240.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/images/ui-icons_ffffff_256x240.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

63
io.sc.engine.mv.frontend/public/webjars/tailwindcss/3.3.5/tailwindcss.js

File diff suppressed because one or more lines are too long

7
io.sc.engine.mv.frontend/src/css/tailwind.css

@ -0,0 +1,7 @@
/**
* 引入 tailwind.css
*/
@tailwind base;
@tailwind components;
@tailwind utilities;

33
io.sc.engine.mv.frontend/src/shims-vue.d.ts

@ -0,0 +1,33 @@
import type { AppType } from 'platform-core/types';
declare global {
interface Window {
APP: AppType;
__webpack_init_sharing__: any;
__webpack_share_scopes__: any;
}
}
declare module '*.vue' {
import type { App, DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any> & {
install(app: App): void;
};
export default component;
}
declare module 'vue/types/vue' {
interface VueConstructor {
$t: any;
$fc: any;
}
}
declare module '@vue/runtime-core' {
interface ComponentCustomProperties {
$t: any;
$fc: any;
}
}

19
io.sc.engine.mv.frontend/tailwind.config.cjs

@ -0,0 +1,19 @@
module.exports = {
content: [
"./public/index.html",
"./src/**/*.{html,vue,js,ts,jsx,tsx}",
],
theme: {
extend: {
},
screens: {
"xs": {"min": "0px", "max": "599px"},
"sm": {"min": "600px", "max": "1023px"},
"md": {"min": "1024px", "max": "1439px"},
"lg": {"min": "1440px", "max": "1919px"},
"xl": {"min": "1920px"},
},
},
plugins: [],
}

21
io.sc.engine.mv.frontend/tsconfig.json

@ -0,0 +1,21 @@
{
"allowJs": true,
"compilerOptions": {
"target": "ES6",
"module": "node16",
"strict": true,
"jsx": "preserve",
"noEmit": true,
"allowImportingTsExtensions": true,
"noImplicitAny": false,
"moduleResolution": "node16",
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"jsxImportSource": "vue"
}
}

13
io.sc.engine.mv.sample/src/main/resources/io/sc/engine/mv/sample/TestCase.csv

@ -0,0 +1,13 @@
-------------------------------------------------------------------------------------------------------------------------------------
C_ID C_NAME M_ID M_NAME PD SCORE QT QL LEVEL BEGIN_DATE END_DATE DEFAULT_DATE 备注
-------------------------------------------------------------------------------------------------------------------------------------
C1, C1, M1, 测试用例模型, 0.1, 50, 30, 20, 8, 2014-05-01, 2015-05-01, ,合格好样本(有效期12个月内无违约)
C2, C2, M1, 测试用例模型, 0.1, 50, 30, 20, 8, 2014-05-01, 2015-03-01, ,合格好样本(有效期内无违约)
C3, C3, M1, 测试用例模型, 0.1, 50, 30, 20, 8, 2014-05-01, 2015-05-01, ,被下一条代替(在有效期内重新评级,放弃)
C3, C3, M1, 测试用例模型, 0.1, 50, 30, 20, 8, 2015-01-01, 2016-01-01, ,被下一条代替(在有效期内重新评级,放弃)
C3, C3, M1, 测试用例模型, 0.1, 50, 30, 20, 8, 2015-05-01, 2016-05-01, ,合格好样本
C4, C4, M1, 测试用例模型, 0.1, 50, 30, 20, 8, 2014-05-01, 2015-05-01, 2014-09-10 ,合格坏样本(有效期12个月内违约)
C5, C5, M1, 测试用例模型, 0.1, 50, 30, 20, 8, 2014-05-01, 2015-05-01, 2015-09-10 ,合格坏样本(在违约认定观察期为18个月,被判定为合格坏样本)
C6, C6, M1, 测试用例模型, 0.1, 50, 30, 20, 8, 2014-05-01, 2015-05-01, 2015-09-10 ,合格好样本(在违约认定观察期为18个月,被判定为合格坏样本,但存在下面一条同时考虑时,最终被认定为合格好样本)
C6, C6, M1, 测试用例模型, 0.1, 50, 30, 20, 8, 2015-05-01, 2016-05-01, 2015-09-10 ,合格坏样本
C7, C7, M1, 测试用例模型, 0.1, 50, 30, 20, 8, 2014-01-01, 2015-01-01, 2015-07-02 ,合格好样本(超过违约认定观察期为18个月发生事实违约)
Can't render this file because it has a wrong number of fields in line 4.

19
io.sc.engine.mv/src/main/resources/META-INF/platform/plugins/swagger.json

@ -0,0 +1,19 @@
/**
* swagger
*/
/* */
/*
[
{
"groupName" : "io.sc.platform.mvc",
"title" : "平台 MVC",
"description": "平台 MVC 文档",
"termsOfServiceUrl" : "",
"version": "1.0",
"basePackages":[
"io.sc.platform.mvc.controller"
]
}
]
*/

14
io.sc.engine.mv/src/main/resources/META-INF/platform/plugins/system-properties.json

@ -0,0 +1,14 @@
/*
*
* : ( System.setProperty())
* 使:
* key :
* value :
*/
/* */
/*
{
"h2.dbname.default" : "DB_PLATFORM"
}
*/
Loading…
Cancel
Save