lin
2024-04-19 a5c990745a463bc3b0d3eccf87228d922134614b
src/views/article/components/discussionManageChild.vue
@@ -218,6 +218,24 @@
            },
            {
              label: "开始时间",
              span: 12,
              offset: 8,
              row: true,
              prop: "startTime",
              type: "datetime",
              format: "yyyy-MM-dd HH:mm:ss",
              valueFormat: "yyyy-MM-dd HH:mm:ss",
              // format: "yyyy-MM-dd hh:mm:ss",
              // valueFormat: "yyyy-MM-dd hh:mm:ss",
              rules: [{
                required: true,
                message: "请选择开始时间",
                trigger: "blur",
              }, ],
            },
            {
              label: "截止时间",
              span: 12,
              offset: 8,