diff --git a/vue/gold-system/src/views/managerecharge/rate.vue b/vue/gold-system/src/views/managerecharge/rate.vue index 89e4047..cbe3322 100644 --- a/vue/gold-system/src/views/managerecharge/rate.vue +++ b/vue/gold-system/src/views/managerecharge/rate.vue @@ -2,7 +2,15 @@ import { ref } from 'vue' import { ElMessageBox } from 'element-plus' const regeAdd = ref(false) + const regeEdit = ref(false) + const rateList = ref([]) + // 查询方法 + const handleSearch = () => { + // 假数据 + rateList.value = tableData + } + const rateAdd = ref({}) // 添加方法 const add = () => { ElMessageBox.confirm('确认添加?').then(() => { @@ -11,6 +19,16 @@ regeAdd.value = false }) } + // 编辑方法 + const edit = () => { + ElMessageBox.confirm('确认修改?').then(() => { + regeEdit.value = false + }).catch(() => { + regeEdit.value = false + }) + } + // 删除方法 + // 假数据 const tableData = [ @@ -47,46 +65,49 @@ - - - - + + + + 时间: - - 查询 + 查询 重置 - - - - - - + + + + + + + + - 新增 + 新增汇率 - + - 编辑 - 删除 + 编辑 + 删除 @@ -95,11 +116,9 @@ - - - - - + + + - + - :1 + :1 (提示:当前规则每 5 元人民币可兑换 1 新币) - + + + + + + + + + + + + + :1 + (提示:当前规则每 5 元人民币可兑换 1 新币) + + + + + + + + + + + + + \ No newline at end of file diff --git a/vue/gold-system/src/views/recharge/addRecharge.vue b/vue/gold-system/src/views/recharge/addRecharge.vue index 1d0aa58..7c1c329 100644 --- a/vue/gold-system/src/views/recharge/addRecharge.vue +++ b/vue/gold-system/src/views/recharge/addRecharge.vue @@ -1,42 +1,60 @@ 新增充值 - + + - - 查询 + + 查询 - + - + + 个 免费金币 - + + 个 - + - + - + @@ -44,9 +62,9 @@ import { Plus } from '@element-plus/icons-vue' @@ -60,29 +78,81 @@ import { Plus } from '@element-plus/icons-vue' + 仅支持.jpg .png格式,文件≤1MB + - + - - - - + + + + + 客户信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
:1
(提示:当前规则每 5 元人民币可兑换 1 新币)
个
免费金币
仅支持.jpg .png格式,文件≤1MB