diff --git a/src/components/dialogs/ConfirmDialog.vue b/src/components/dialogs/ConfirmDialog.vue new file mode 100644 index 0000000..fe92690 --- /dev/null +++ b/src/components/dialogs/ConfirmDialog.vue @@ -0,0 +1,125 @@ + + + + + 将要{{ message }} + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/audit/bean/beanAudit.vue b/src/views/audit/bean/beanAudit.vue index 9756e7e..8b64fd8 100644 --- a/src/views/audit/bean/beanAudit.vue +++ b/src/views/audit/bean/beanAudit.vue @@ -89,15 +89,15 @@ prop="operation" label="操作" width="400px"> - + 通过 - - 取消 + + 取消 确认 @@ -160,6 +160,7 @@ const reason = ref('') const rejectRow = ref({ id: null })// 驳回行数据 +const popconfirmRef = ref(null) // 操作权限(金豆审核相关,与充值权限格式对齐) const hasbeanWait = ref(false) // 金豆审核待审核(对应beanWait:42) diff --git a/src/views/audit/gold/rechargeAudit.vue b/src/views/audit/gold/rechargeAudit.vue index c5b7dbb..a496330 100644 --- a/src/views/audit/gold/rechargeAudit.vue +++ b/src/views/audit/gold/rechargeAudit.vue @@ -145,20 +145,11 @@ - - - - 通过 - - - - 取消 - - 确认 - - - + + 通过 + @@ -189,8 +180,19 @@ + + + + +