mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
解决字段未填写comment的问题
This commit is contained in:
parent
cd1cd39a7a
commit
2a2578a85a
@ -81,7 +81,7 @@ export function useCode() {
|
|||||||
// 创建组件
|
// 创建组件
|
||||||
function createComponent(column: EpsColumn, columns: EpsColumn[]) {
|
function createComponent(column: EpsColumn, columns: EpsColumn[]) {
|
||||||
const prop = column.propertyName;
|
const prop = column.propertyName;
|
||||||
let label = column.comment;
|
let label = column.comment || "";
|
||||||
let d: any;
|
let d: any;
|
||||||
let isHidden = false;
|
let isHidden = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user