您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
290B

  1. {% set item = entity.instance %}
  2. {% if item.orderPayment is not null %}
  3. {% include '@LcSov/adminlte/crud/field/amount.html.twig' with {value : item.orderPayment.amount} %}
  4. {% else %}
  5. {% include '@LcSov/adminlte/crud/field/amount.html.twig' with {value : item.amount} %}
  6. {% endif %}