连接池配置
diff --git a/src/views/money/pay/index.vue b/src/views/money/pay/index.vue
index 71b367c..f397ff9 100644
--- a/src/views/money/pay/index.vue
+++ b/src/views/money/pay/index.vue
@@ -2,7 +2,10 @@
-
-
我要支付
+ 充值说明
+ 你敢充钱,我就敢让你没钱
+ 子龙说你得有个小目标
+ 什么小目标,得一个亿
-
支付金额
@@ -34,14 +37,16 @@
diff --git a/src/views/port/port/employee.vue b/src/views/port/port/employee.vue
new file mode 100644
index 0000000..0a2718a
--- /dev/null
+++ b/src/views/port/port/employee.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/port/port/index.vue b/src/views/port/port/index.vue
index 1670e34..ddc1576 100644
--- a/src/views/port/port/index.vue
+++ b/src/views/port/port/index.vue
@@ -1,93 +1,233 @@
-
-
-
-
- 手机号查询归属地
- 购买
- 测试dialogFormVisible
-
-
-
-
-
-
- IP查询归属地
- 购买
- 测试
-
-
-
-
-
-
- 新闻头条
- 购买
- 测试
-
-
-
-
-
-
- 气象预警
- 购买
- 测试
-
-
-
-
-
-
- 生辰助手
- 购买
- 测试
-
-
-
-
-
-
- 邮编查询
- 购买
- 测试
-
-
-
-
-
-
+ 新增
+
+
+
+
+ {{ scope.row.connectorId }}
+
+
+
+
+
+ {{ scope.row.connectorName }}
+
+
+
+
+
+ {{ scope.row.connectorSort }}
+
+
+
+
+
+ {{ scope.row.connectorDescribe }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.connectorCompany }}
+
+
+
+
+
+ {{ scope.row.connectorTime }}
+
+
+
+
+
+ {{ scope.row.connectorResidueDegree }}
+
+
+
+
+
+ {{ scope.row.connectorFrequency }}
+
+
+
+
+
+ 审核中
+ 审核通过
+ 审核失败
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
-
-
+
+
-
-
+
+
+
+ 生活服务
+ 金融科技
+ 数据智能
+ 企业工商
+ 交通地理
+ 应用开发
+ 电子商务
+ 充值缴费
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 审核中
+ 审核成功
+ 审核失败
+
+
+
+
+
diff --git a/src/views/task/task/easyFlow.vue b/src/views/task/task/easyFlow.vue
new file mode 100644
index 0000000..4b2ba15
--- /dev/null
+++ b/src/views/task/task/easyFlow.vue
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/task/task/index.vue b/src/views/task/task/index.vue
index 0465078..4eccf29 100644
--- a/src/views/task/task/index.vue
+++ b/src/views/task/task/index.vue
@@ -139,6 +139,12 @@
type="text"
@click="executeTask(scope.row)">执行
+ 任务设计
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
@@ -237,25 +243,7 @@
width="180">
- {{ scope.row.id }}
-
-
-
-
-
-
- {{ scope.row.name }}
-
-
-
-
-
-
- {{ scope.row.name }}
+ {{ scope.row.columnName }}
@@ -264,28 +252,91 @@
width="180">
- {{ scope.row.name }}
+ {{ scope.row.columnRemark }}
- 非空规则
- aa规则
- 我啊规则
- 收到规则
+
+ {{ scope.row.isPrimary }}
-
+
+ {{ scope.row.columnType }}
+
+
+
+
+ {{ scope.row.columnLength }}
+
+
+
+
+
+
+ {{ scope.row.columnDecimals }}
+
+
+
+
+
+
+ {{ scope.row.isNull }}
+
+
+
+
+
+
+ {{ scope.row.defaultValue }}
+
+
+
+
+
+
+ {{ scope.row.isDictionary }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -312,12 +363,8 @@ import {insertAdd} from "@/api/etl/switch";
import {getInfo} from "@/api/etl/switch";
import {
addTask,
- deleteById,
- deleteByTaskId,
- findByInputId,
- selectTaskList,
- taskInputList,
- updateById
+ deleteByTaskId, findByTableId, findStructureList,
+ selectTaskList, tableInfoList
} from '@/api/task/task'
export default {
@@ -339,9 +386,8 @@ export default {
taskAddReq:{},
taskInputReq:{},
taskList:[],
- taskInfoList:[],
- taskInfo:{},
tableList:[],
+ tableInfo:{},
structureList:[],
};
},
@@ -351,39 +397,43 @@ export default {
watch: {},
//方法集合",
methods: {
+ //跳转到任务设计界面
+ toDesign(row){
+ this.$router.push({path:'/easyFlow'});
+ },
+
//选择数据表改变数据
- changeTableName(table){
- this.taskInfoList.forEach(res=>{
- if(table.eq(res.tableName)){
- this.taskInfo = res;
- }
+ changeTableName(row){
+ findByTableId(row).then(res=>{
+ this.tableInfo = res.data;
})
},
//查询字段
- findByInputId(taskInfo){
- findByInputId(taskInfo.id).then(res=>{
+ findStructureList(tableId){
+ findStructureList(tableId).then(res=>{
this.structureList = res.data;
})
},
//数据结构列表
- taskInputList(){
- taskInputList().then(res=>{
- this.taskInfoList = res.data;
+ tableInfoList(){
+ tableInfoList().then(res=>{
+ this.tableList = res.data;
});
},
+
executeTask(){
this.taskInputAdd = true;
- this.taskInputList();
+ this.tableInfoList();
},
addTaskInput(taskInfo){
this.taskInputAdd = false;
- this.findByInputId(taskInfo);
+ this.findStructureList(taskInfo);
this.taskInputFieldAdd = true;
},
diff --git a/src/views/version/version/version.vue b/src/views/version/version/version.vue
new file mode 100644
index 0000000..0adf58b
--- /dev/null
+++ b/src/views/version/version/version.vue
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+ 添加版本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.id }}
+
+
+
+
+
+ {{ scope.row.versionClass }}
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+
+ {{ scope.row.versionCode }}
+
+
+
+
+
+ {{ scope.row.isActivate }}
+
+
+
+
+
+ {{ scope.row.status }}
+
+
+
+
+
+ {{ scope.row.testStatus }}
+
+
+
+
+
+ {{ scope.row.ruleContent }}
+
+
+
+
+
+ {{ scope.row.engineMaintenanceId }}
+
+
+
+
+
+ {{ scope.row.description }}
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
diff --git a/vue.config.js b/vue.config.js
index d93d965..8088d26 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -37,8 +37,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://172.13.1.1/prod-api`,
- // target: `http://127.0.0.1/8080`,
+ target: `http://172.13.1.1/prod-api/`,
+ // target: `http://127.0.0.1/8080`, `http://172.13.1.1/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''