From 63a425cf77e68f61422cfcc0038ee36608ec11f3 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 26 Dec 2024 18:11:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(AppWeightManage):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=BD=93=E9=87=8D=E5=BD=95=E5=85=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 AppWeightManage 模块中添加体重录入功能 - 新增表单字段:办理时间、体重(公斤) - 实现编辑功能,点击编辑按钮弹出对话框,预填当前行数据 - 优化删除按钮,移除冗余的 @click 事件 - 在对话框关闭时重置表单数据 --- project/xumu/AppWeightManage/add.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/project/xumu/AppWeightManage/add.vue b/project/xumu/AppWeightManage/add.vue index c6c5df6c..e8b7f806 100644 --- a/project/xumu/AppWeightManage/add.vue +++ b/project/xumu/AppWeightManage/add.vue @@ -23,6 +23,7 @@ export default { detail: {detailList: []}, columns, dialog: false, + form: {} } }, computed: { @@ -72,7 +73,7 @@ export default {