#set(initValue = 'oper_name' == filterKey?filterValue:detail.oper_name) #set(disabled = 'oper_name'.equals(filterKey))
#set(initValue = 'oper_key' == filterKey?filterValue:detail.oper_key) #set(disabled = 'oper_key'.equals(filterKey))
#set(initValue = 'oper_pid' == filterKey?filterValue:detail.oper_pid) #set(disabled = 'oper_pid'.equals(filterKey))
#set(initValue = 'oper_type' == filterKey?filterValue:detail.oper_type) #set(disabled = 'oper_type'.equals(filterKey))
#set(initValue = 'oper_path' == filterKey?filterValue:detail.oper_path) #set(disabled = 'oper_path'.equals(filterKey))
#set(initValue = 'permission_key' == filterKey?filterValue:detail.permission_key) #set(disabled = 'permission_key'.equals(filterKey))
#set(initValue = 'status' == filterKey?filterValue:detail.status) #set(disabled = 'status'.equals(filterKey))
#set(initValue = 'oper_icon' == filterKey?filterValue:detail.oper_icon) #set(disabled = 'oper_icon'.equals(filterKey))
#set(initValue = 'order_no' == filterKey?filterValue:detail.order_no) #set(disabled = 'order_no'.equals(filterKey))