...
|
...
|
@@ -93,7 +93,6 @@ |
|
|
<th class="text-center">品类</th>
|
|
|
<th class="text-center">过滤词</th>
|
|
|
<th class="text-center">已拓词</th>
|
|
|
<th class="text-center">是关键词</th>
|
|
|
<th class="text-center" width="120">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
...
|
...
|
@@ -107,7 +106,6 @@ |
|
|
<td>{{sort_name}}</td>
|
|
|
<td>{{filter_words}}</td>
|
|
|
<td>{{#if is_expand}}是{{^}}否{{/if}}</td>
|
|
|
<td>{{#if is_keyword}}是{{^}}否{{/if}}</td>
|
|
|
<td class="text-center">
|
|
|
<a href="javascript:delRootWords({{id}});" class="del-tdk-btn">删除</a>
|
|
|
</td>
|
...
|
...
|
|