diff --git a/src/components/base/baseNewForm/index.vue b/src/components/base/baseNewForm/index.vue index 7a80daa..dedd948 100644 --- a/src/components/base/baseNewForm/index.vue +++ b/src/components/base/baseNewForm/index.vue @@ -4,541 +4,541 @@ * @date: 2022-08-24 --> diff --git a/src/views/newIntegrationTask/foregroundTask/baseNewSelect.vue b/src/views/newIntegrationTask/foregroundTask/baseNewSelect.vue index 3304fa5..d314abb 100644 --- a/src/views/newIntegrationTask/foregroundTask/baseNewSelect.vue +++ b/src/views/newIntegrationTask/foregroundTask/baseNewSelect.vue @@ -46,7 +46,7 @@
{{ showValue }}
diff --git a/src/views/newIntegrationTask/foregroundTask/index.vue b/src/views/newIntegrationTask/foregroundTask/index.vue index 04a1cd6..0f08633 100644 --- a/src/views/newIntegrationTask/foregroundTask/index.vue +++ b/src/views/newIntegrationTask/foregroundTask/index.vue @@ -74,7 +74,7 @@ export default { { color: "#6a9af1", - text: "编辑", + text: "重推", }, { color: "#d67a74", @@ -137,15 +137,15 @@ export default { add() { this.$refs.rightDialog.openDialog("add"); }, - // 表格操作事件 查看 编辑 删除 + // 表格操作事件 查看 重推 删除 onFunc(index, row,item) { // 查看 if (item.text==='查看') { this.openLoading("detail"); this.$refs.rightDialog.openDialog("show", row); } - // 编辑 - if (item.text==='编辑') { + // 重推 + if (item.text==='重推') { this.openLoading("detail"); this.$refs.rightDialog.openDialog("edit", row); } diff --git a/src/views/newIntegrationTask/foregroundTask/rightDialog.vue b/src/views/newIntegrationTask/foregroundTask/rightDialog.vue index f534e12..2ca4e70 100644 --- a/src/views/newIntegrationTask/foregroundTask/rightDialog.vue +++ b/src/views/newIntegrationTask/foregroundTask/rightDialog.vue @@ -42,7 +42,7 @@ :funData="funData" @onFunc="onFunc" > - +