Update app.js

pull/632/head
Mr Chen 5 months ago
parent d3b3b526db
commit 152fadfc87
  1. 2
      plugins/data_query/static/js/app.js

@ -438,6 +438,7 @@ function mysqlCommonFuncRedundantIndexes(){
t += '<td>'+items[i]['redundant_index_name']+'</td>';
t += '<td>'+items[i]['redundant_index_columns']+'</td>';
t += '<td>'+items[i]['sql_drop_index']+'</td>';
t += '<td><a class="btlink">执行</a></td>';
t += '</tr>';
tbody += t;
}
@ -462,6 +463,7 @@ function mysqlCommonFuncRedundantIndexes(){
<th style="width:50px;">冗余索引名</th>\
<th style="width:50px;">冗余索引列名</th>\
<th style="width:300px;">删除冗余索引SQL</th>\
<th style="width:30px;">操作</th>\
</thead>\
<tbody></tbody>\
</table>\

Loading…
Cancel
Save