摘要: <el-table-column label="专业性" align="center" prop="specialty" ><template slot-scope="{row}"> <el-rate v-model="row.specialty" disabled show-score text- 阅读全文
posted @ 2023-03-21 11:48 流浪Coder 阅读(148) 评论(0) 推荐(0)
摘要: 末尾加show-tooltip-when-overflow 单选框label前加: <el-form-item label="代理机构状态"> <el-radio-group v-model="form.agentstatus"> <el-radio :label=1>锁定</el-radio> < 阅读全文
posted @ 2023-03-20 18:03 流浪Coder 阅读(93) 评论(0) 推荐(0)
摘要: @TableId(value = "id", type = IdType.ASSIGN_UUID)private String id; 阅读全文
posted @ 2022-08-17 15:22 流浪Coder 阅读(599) 评论(0) 推荐(0)
摘要: BeanUtils.copyProperties(articleParam, entityArticleAO);把前一个对象的值复制给第二个对象 阅读全文
posted @ 2022-08-06 16:48 流浪Coder 阅读(27) 评论(0) 推荐(0)