linwe
2024-08-09 5e2aafeede13d337380f736567caf74f49713be7
src/views/article/components/discussionManageChild.vue
@@ -210,11 +210,26 @@
                value,
                column
              }) => {
                // this.$message.success('focus事件查看控制台')
                // console.log('获取焦点', value, column)
                // this.$refs.userList && this.$refs.userList.resetForm()
                this.$refs.userList.show(this.discussion.articleRange)
              },
            },
            {
              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",
              }, ],
            },
            {
@@ -418,4 +433,4 @@
  .el-pagination {
    margin-top: 20px;
  }
</style>
</style>