From de3b0af4d5e8d860fad28907fa579fef002e94a2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 23 Dec 2023 16:24:51 +0800
Subject: [PATCH] 业委会显示调整
---
src/views/gzll/owners.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/gzll/owners.vue b/src/views/gzll/owners.vue
index ab945e2..9a8abcb 100644
--- a/src/views/gzll/owners.vue
+++ b/src/views/gzll/owners.vue
@@ -182,8 +182,8 @@
label: "成立时间",
prop: "establishTime",
type: "date",
- format: "yyyy-MM-dd HH:mm:ss",
- valueFormat: "yyyy-MM-dd HH:mm:ss",
+ format: "yyyy-MM-dd",
+ valueFormat: "yyyy-MM-dd",
},
{
@@ -199,8 +199,8 @@
label: "任期开始时间",
prop: "startTime",
type: "date",
- format: "yyyy-MM-dd HH:mm:ss",
- valueFormat: "yyyy-MM-dd HH:mm:ss",
+ format: "yyyy-MM-dd",
+ valueFormat: "yyyy-MM-dd",
rules: [{
required: true,
message: "请输入任期开始时间",
@@ -215,8 +215,8 @@
offset: 2,
prop: "endTime",
type: "date",
- format: "yyyy-MM-dd HH:mm:ss",
- valueFormat: "yyyy-MM-dd HH:mm:ss",
+ format: "yyyy-MM-dd",
+ valueFormat: "yyyy-MM-dd",
rules: [{
required: true,
message: "请输入任期结束时间",
--
Gitblit v1.9.3