|
|
|
|
@ -36,7 +36,7 @@ class AskSubmitForm extends Form
|
|
|
|
|
"rules" => "required",
|
|
|
|
|
'attr' => ['placeholder' => '18-20分满意,15-17分较满意,14分及以下不满意']
|
|
|
|
|
]);
|
|
|
|
|
$this->add("tip", Field::TEXTAREA, ["label" => "建议"]);
|
|
|
|
|
$this->add("tip", Field::TEXT, ["label" => "建议"]);
|
|
|
|
|
$this->add('buttons', 'buttongroup', ["splitted" => true, "buttons" => [
|
|
|
|
|
["label" => "保存", "attr" => ["class" => "btn btn-primary mr-1", "type" => "submit"]],
|
|
|
|
|
["label" => "返回", "attr" => ["class" => "btn btn-light btn-back", "type" => "button"]]
|
|
|
|
|
|