dev #8
|
|
@ -85,8 +85,8 @@ export interface FieldSetting {
|
|||
///* 表格列配置 */
|
||||
//export interface TableEditColumn {}
|
||||
export interface ComboModel {
|
||||
Value: any;
|
||||
Text: string;
|
||||
value: any;
|
||||
text: string;
|
||||
}
|
||||
/* 表格列配置 */
|
||||
export interface TableColumn {
|
||||
|
|
|
|||
|
|
@ -95,8 +95,8 @@ const tableData: TableConfig = {
|
|||
edit: true, // 字段允许修改
|
||||
setting: {
|
||||
datasource: [
|
||||
{ Value: "true", Text: "√" },
|
||||
{ Value: "false", Text: "X" }
|
||||
{ value: "true", text: "√" },
|
||||
{ value: "false", text: "X" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue