From 4b01d9acd2459aed81aab5bff6dbde64ff5659d1 Mon Sep 17 00:00:00 2001 From: zch Date: Tue, 26 Nov 2024 09:01:22 +0800 Subject: [PATCH] =?UTF-8?q?add(baseBusbarInfo):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=8B=8D=E7=85=A7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在查询表单中添加是否拍照选择框 - 在表格中添加是否拍照列- 在编辑表单中添加是否拍照单选框 - 添加字典类型为 is_pictures 的数据 --- .../src/views/base/baseBusbarInfo/index.vue | 31 +++++++++++++++++-- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/base/baseBusbarInfo/index.vue b/ruoyi-ui/src/views/base/baseBusbarInfo/index.vue index c38b98a..4624876 100644 --- a/ruoyi-ui/src/views/base/baseBusbarInfo/index.vue +++ b/ruoyi-ui/src/views/base/baseBusbarInfo/index.vue @@ -117,6 +117,16 @@ end-placeholder="结束日期" > --> + + + + + 搜索 重置 @@ -205,6 +215,11 @@ {{ parseTime(scope.row.updatedTime, '{y}-{m}-{d}') }} --> + + +