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