Files
Background-panel/application/admin/command/Crud/stubs/mixins/radio.stub
yyh931018@qq.com 1b0c8f4196 update
2022-09-08 15:32:32 +08:00

7 lines
255 B
Plaintext

public function {%methodName%}($value, $data)
{
$value = $value ? $value : (isset($data['{%field%}']) ? $data['{%field%}'] : '');
$list = $this->{%listMethodName%}();
return isset($list[$value]) ? $list[$value] : '';
}