This commit is contained in:
2021-01-24 16:18:54 +08:00
parent aeb8917aff
commit cd60625489
54 changed files with 105 additions and 157 deletions

View File

@@ -43,7 +43,6 @@ module.exports = InfowindowBaseView.extend({
label: _t('editor.layers.infowindow.style.infowindow_header_with_url'),
tooltip: _t('editor.layers.infowindow.tooltips.infowindow_header_with_url')
}
];
}

View File

@@ -1,3 +1,4 @@
/**
* Common header for vis view ( table | derived )
*

View File

@@ -1,6 +1,6 @@
<% if (state=='checking') { %>
<span>检查入</span>
<span>检查入</span>
<div class="mini-bar"><span></span></div>
<% } %>
@@ -12,7 +12,7 @@
<% if (state=='preprocessing') { %>
<span>创建表格</span>
<div class="mini-bar"><span></span></div>
<span class="tip">(可以随意开始新的数据入)</span>
<span class="tip">(可以随意开始新的数据入)</span>
<% } %>
<% if (state=='complete') { %>
@@ -20,5 +20,5 @@
<% } %>
<% if (state=='failure') { %>
<span class="error"> 入数据时发生了<a href="#show_error" class="error">错误</a></span>
<span class="error"> 入数据时发生了<a href="#show_error" class="error">错误</a></span>
<% } %>

View File

@@ -1,3 +1,5 @@
cdb.admin.mod = cdb.admin.mod || {};