fix:初始化天马流程代码,后续对接接口删掉不必要功能
parents
Showing
with
4859 additions
and
0 deletions
.env.development
0 → 100644
.env.pre
0 → 100644
.env.production
0 → 100644
.env.stage
0 → 100644
.env.test
0 → 100644
.gitignore
0 → 100644
Jenkinsfile
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
image.png
0 → 100644
72.2 KB
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
| { | |||
| "name": "client", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "serve": "vue-cli-service serve", | |||
| "build": "vue-cli-service build --mode test", | |||
| "build:test": "vue-cli-service build --mode test", | |||
| "build:stage": "vue-cli-service build --mode stage", | |||
| "build:pre": "vue-cli-service build --mode pre", | |||
| "build:prod": "vue-cli-service build --mode production", | |||
| "lint": "vue-cli-service lint", | |||
| "test": "vue-cli-service inspect" | |||
| }, | |||
| "dependencies": { | |||
| "@tinymce/tinymce-vue": "2.1.0", | |||
| "@vant/area-data": "^1.3.1", | |||
| "@zxing/library": "^0.19.1", | |||
| "axios": "^0.20.0", | |||
| "clipboard": "^2.0.6", | |||
| "core-js": "^3.6.5", | |||
| "element-ui": "^2.15.8", | |||
| "less": "^3.12.2", | |||
| "less-loader": "^7.0.1", | |||
| "moment": "^2.29.4", | |||
| "monaco-editor": "0.30.0", | |||
| "qrcodejs2": "0.0.2", | |||
| "signature_pad": "^3.0.0-beta.4", | |||
| "tinymce": "5.4.1", | |||
| "vant": "^2.12.48", | |||
| "vue": "^2.6.11", | |||
| "vue-amap": "^0.5.10", | |||
| "vue-router": "^3.4.3", | |||
| "vuedraggable": "^2.24.1", | |||
| "vuex": "^3.5.1" | |||
| }, | |||
| "devDependencies": { | |||
| "@vue/cli-plugin-babel": "~4.5.0", | |||
| "@vue/cli-plugin-eslint": "~4.5.0", | |||
| "@vue/cli-service": "~4.5.0", | |||
| "babel-eslint": "^10.1.0", | |||
| "babel-helper-vue-jsx-merge-props": "^2.0.3", | |||
| "babel-plugin-syntax-jsx": "^6.18.0", | |||
| "babel-plugin-transform-vue-jsx": "^3.7.0", | |||
| "babel-preset-env": "^1.7.0", | |||
| "eslint": "^6.7.2", | |||
| "eslint-plugin-vue": "^6.2.2", | |||
| "monaco-editor-webpack-plugin": "6.0.0", | |||
| "style-resources-loader": "^1.3.2", | |||
| "vue-cli-plugin-style-resources-loader": "^0.1.4", | |||
| "vue-template-compiler": "^2.6.11", | |||
| "vuepress": "^1.9.9" | |||
| }, | |||
| "eslintConfig": { | |||
| "root": true, | |||
| "env": { | |||
| "node": true | |||
| }, | |||
| "extends": [ | |||
| "plugin:vue/essential", | |||
| "eslint:recommended" | |||
| ], | |||
| "parserOptions": { | |||
| "parser": "babel-eslint" | |||
| }, | |||
| "rules": {} | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not dead" | |||
| ] | |||
| } |
public/editor/js/tinymce.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/editor/js/zh_CN.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/editor/skins/lightgray/skin.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/favicon.ico
0 → 100644
No preview for this file type
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/common.js
0 → 100644
src/api/design.js
0 → 100644
src/api/modelGroup.js
0 → 100644
src/api/notify.js
0 → 100644
src/api/org.js
0 → 100644
src/api/process.js
0 → 100644
src/api/processTask.js
0 → 100644
src/api/request.js
0 → 100644
src/api/sys.js
0 → 100644
src/assets/element/rewrite.scss
0 → 100644
src/assets/element/variable.scss
0 → 100644
src/assets/global.css
0 → 100644
src/assets/iconfont/iconfont.css
0 → 100644
src/assets/iconfont/iconfont.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/iconfont/iconfont.ttf
0 → 100644
No preview for this file type
src/assets/iconfont/iconfont.woff
0 → 100644
No preview for this file type
src/assets/iconfont/iconfont.woff2
0 → 100644
No preview for this file type
src/assets/image/agree.png
0 → 100644
18.4 KB
src/assets/image/branch.png
0 → 100644
1.44 KB
src/assets/image/cc.png
0 → 100644
1.64 KB
src/assets/image/code.png
0 → 100644
7.08 KB
src/assets/image/comment.png
0 → 100644
3.06 KB
src/assets/image/initiateAgain-do.png
0 → 100644
5.44 KB
src/assets/image/initiateAgain.png
0 → 100644
5.66 KB
src/assets/image/log.png
0 → 100644
977 Bytes
src/assets/image/logo.png
0 → 100644
2.43 KB
src/assets/image/more.png
0 → 100644
2.72 KB
src/assets/image/pending.png
0 → 100644
1.81 KB
src/assets/image/recall.png
0 → 100644
18.4 KB
src/assets/image/refuse.png
0 → 100644
19.9 KB
src/assets/image/refuse_bar.png
0 → 100644
4.42 KB
src/assets/image/stage.png
0 → 100644
2.8 KB
src/assets/image/submit.png
0 → 100644
1.03 KB
src/assets/image/success.png
0 → 100644
33.7 KB
src/assets/theme.less
0 → 100644
src/assets/theme/fonts/element-icons.ttf
0 → 100644
No preview for this file type
src/assets/theme/fonts/element-icons.woff
0 → 100644
No preview for this file type
src/assets/theme/index.css
0 → 100644
This diff could not be displayed because it is too large.
src/components/SearchForm/index.vue
0 → 100644
src/components/app/PopupUser/index.vue
0 → 100644
src/components/common/Avatar.vue
0 → 100644
src/components/common/CodeEditor.vue
0 → 100644
src/components/common/Editor.vue
0 → 100644
src/components/common/Ellipsis.vue
0 → 100644
src/components/common/FormItem.vue
0 → 100644
src/components/common/HttpReq.vue
0 → 100644
src/components/common/OrgPicker.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/common/ProcessStatus.vue
0 → 100644
src/components/common/ScanCode.vue
0 → 100644
src/components/common/Tip.vue
0 → 100644
src/components/common/WDialog.vue
0 → 100644
src/components/userGroupTable/index.vue
0 → 100644
src/components/userTable/index.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/utils/Injection.js
0 → 100644
src/utils/ProcessUtil.js
0 → 100644
src/utils/common.js
0 → 100644
src/utils/constant.js
0 → 100644
src/utils/dict.js
0 → 100644
src/utils/imageUtil.js
0 → 100644
src/utils/print.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/FormProcessDesign.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/FormsPanel.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/LayoutHeader.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/ProcessInstanceManage.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/admin/approveManage/formRender.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/approveManage/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/approveManage/process.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/admin/layout/FormBaseSetting.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/layout/FormBaseSetting1.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/layout/FormDesign.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/admin/layout/FormProSetting.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/layout/ProcessDesign.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/common/InsertButton.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/common/form/ComponentExport.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/common/form/ComponentMinxins.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/common/form/FormRender.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/common/form/components/Score.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/common/form/config/FormConfig.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/common/form/config/ScoreConfig.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/common/process/OrgItems.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/common/process/nodes/CcNode.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/common/process/nodes/DelayNode.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/common/process/nodes/EmptyNode.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/common/process/nodes/JumpNode.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/common/process/nodes/Node.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/common/process/nodes/RootNode.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/common/process/nodes/TaskNode.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/process/ProcessNodeRender.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/process/ProcessRender.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/InitiateProcess.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/MbInitiateProcess.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/MbWorkSpace.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/WorkSpace.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/workspace/my/ApprovalAgent.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/my/UserInfo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/oa/CcMe.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/oa/Dashboard.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/oa/Finished.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/oa/FromsApp.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/oa/MySubmit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/workspace/oa/UnFinished.vue
0 → 100644
This diff is collapsed.
Click to expand it.
vue.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment