shuishen
2023-12-23 de3b0af4d5e8d860fad28907fa579fef002e94a2
业委会显示调整
1 files modified
12 ■■■■ changed files
src/views/gzll/owners.vue 12 ●●●● patch | view | raw | blame | history
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: "请输入任期结束时间",