...
|
...
|
@@ -1743,7 +1743,7 @@ |
|
|
</td>
|
|
|
<td align="center">
|
|
|
<input class="form-control observe" value="[[item.tabNameEn?item.channel:'']]" placeholder="频道"
|
|
|
data-field='list.[[index]].channel'/>
|
|
|
data-field='list.[[index]].channel' required/>
|
|
|
</td>
|
|
|
<td>
|
|
|
<input class="form-control observe" placeholder="code码" data-field="list.[[index]].code"
|
...
|
...
|
@@ -1751,7 +1751,9 @@ |
|
|
</td>
|
|
|
<td>
|
|
|
<a target="_blank" class="btn btn-xs btn-primary goResourceContent" data-index="[[index]]">内容编辑</a>
|
|
|
[[if index > 2]]
|
|
|
<button class="btn btn-danger btn-sm delBtn" data-event="headChannelSwitch.list" type="button" data-index="[[index]]">删除</button></td>
|
|
|
[[/if]]
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
...
|
...
|
|