幫助

篩選標(biāo)簽應(yīng)用于select的調(diào)用方法

2023-03-14 15:16 標(biāo)簽調(diào)用

有時(shí)候我們做篩選的時(shí)候會(huì)碰到在select,option里面調(diào)用,如圖:

image.png

這類型的調(diào)用標(biāo)簽如下:


{eyou:screening id='field' currentclass='on' alltxt='全部' }

          {eyou:volist name='$field.list' id='vo'}

          <div class="name fl">{$vo.title}</div>

          <div class="select fl">

            <select {$vo.onChange}>

            {eyou:volist name='$vo.dfvalue' id='val'}

              <option  {$val.onClick} {$val.SelectValue}>{$val.name}</option>

             {/eyou:volist}

            </select>

          </div>

          {/eyou:volist}

      {$field.hidden}

  {/eyou:screening}  




QQ在線咨詢