优化表格链接模板;

This commit is contained in:
2022-09-23 15:43:17 +08:00
parent 409fe09573
commit 90578e7acd

View File

@@ -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 != '') {