mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-16 02:25:34 +08:00
6 lines
389 B
HTML
6 lines
389 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<input type="radio" name=<{$PREFIX|mkname:"verify":$KEY}> value='true' <{if $verify == 'true'}> checked=true<{/if}> />已校验 <input type="radio" name=<{$PREFIX|mkname:"verify":$KEY}> value='false' <{if $verify !='true'}> checked=true<{/if}> />未校验 |