search

Home  >  Q&A  >  body text

It is not possible to edit and obtain dynamic columns

 <select name="cateid">

                                    <option >选择分类</option>

                                    <volist name="cateres" id="vo">


                                      <option <if condition="$vo['id'] eq $srticler['cateid']">selected="selected"</if> value="{$vo.id}" >{$vo.catename}</option>


                                    </volist>

                                  </select>


杰瑞杰瑞2418 days ago1126

reply all(2)I'll reply

  • Lucas

    Lucas2019-01-26 11:12:30

    Same as above, the column is not displayed

    reply
    0
  • ringa_lee

    ringa_lee2018-07-10 21:08:20

    It is not possible to obtain dynamic columns. Which part are you referring to? Is the variable cateres empty and not obtained, or did you fail to modify the data? Please describe the problem in detail

    reply
    0
  • Cancelreply