mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
优化表格链接模板;
This commit is contained in:
@@ -1063,6 +1063,11 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
var urlNameField = option.urlNameField || '';
|
||||
|
||||
var value = admin.table.returnColumnValue(data);
|
||||
|
||||
if (admin.empty(value)) {
|
||||
return ''
|
||||
}
|
||||
|
||||
var urlName = value;
|
||||
|
||||
if (urlNameField != '') {
|
||||
|
||||
Reference in New Issue
Block a user