|
|
@@ -47,7 +47,7 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
|
|
|
|
$('#F_RelationType').lrselect({ |
|
|
|
data: [{ "id": 0, "text": "无关联" }, { "id": 1, "text": "GUID" }, { "id": 2, "text": "数据字典" }, { "id": 3, "text": "数据来源" }, { "id": 4, "text": "固定数据" }, { "id": 5, "text": "登录者ID" }, { "id": 6, "text": "登录者名字" }, { "id": 7, "text": "导入时间" }], |
|
|
|
data: [{ "id": 0, "text": "无关联" }, { "id": 1, "text": "GUID" }, { "id": 2, "text": "数据字典" }, { "id": 3, "text": "数据来源" }, { "id": 4, "text": "固定数据" }, { "id": 5, "text": "登录者ID" }, { "id": 6, "text": "登录者名字" }, { "id": 7, "text": "导入时间" }, { "id": 8, "text": "登录者账号" }], |
|
|
|
placeholder: false, |
|
|
|
maxHeight: 190, |
|
|
|
select: function (item) { |
|
|
|