<i-optionv-for="(item, index) in items":key="index":value="item.value">{{($t('codelist.'+tag+'.'+item.value)!==('codelist.'+tag+'.'+item.value))?$t('codelist.'+tag+'.'+item.value):item.text}}</i-option>
<i-optionv-for="(item, index) in items":key="index":value="item.value.toString()">{{($t('codelist.'+tag+'.'+item.value)!==('codelist.'+tag+'.'+item.value))?$t('codelist.'+tag+'.'+item.value):item.text}}</i-option>
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
<![CDATA[ SELECT t1.CREATEDATE, t1.SYS_ROLEID, t11.SYS_ROLENAME, t1.SYS_USERID, t21.PERSONNAME AS SYS_USERNAME, t1.SYS_USER_ROLEID, t1.UPDATEDATE FROM IBZUSER_ROLE t1 LEFT JOIN IBZROLE t11 ON t1.SYS_ROLEID = t11.SYS_ROLEID LEFT JOIN IBZUSER t21 ON t1.SYS_USERID = t21.USERID
<![CDATA[ SELECT t1.CREATEDATE, t21.LOGINNAME, t21.MDEPTNAME, t21.ORGNAME, t1.SYS_ROLEID, t11.SYS_ROLENAME, t1.SYS_USERID, t21.PERSONNAME AS SYS_USERNAME, t1.SYS_USER_ROLEID, t1.UPDATEDATE FROM IBZUSER_ROLE t1 LEFT JOIN IBZROLE t11 ON t1.SYS_ROLEID = t11.SYS_ROLEID LEFT JOIN IBZUSER t21 ON t1.SYS_USERID = t21.USERID