Url::to(['rule']),
'method' => 'get'
]); ?>
= DateRangePicker::widget([
'name' => 'queryDate',
'value' => $from_date . '-' . $to_date,
'readonly' => 'readonly',
'useWithAddon' => true,
'convertFormat' => true,
'startAttribute' => 'from_date',
'endAttribute' => 'to_date',
'startInputOptions' => ['value' => $from_date],
'endInputOptions' => ['value' => $to_date],
'pluginOptions' => [
'locale' => ['format' => 'Y-m-d'],
]
]) . $addon;?>
= Html::tag('span', '', ['class' => 'input-group-btn'])?>
| 规则 |
模块 |
命中次数 |
最后触发时间 |
操作 |
| = isset($model->rule->name) ? $model->rule->name : ''; ?> |
= isset($model->rule->module) ? $model->rule->module : ''; ?> |
= $model->hit ?> |
= Yii::$app->formatter->asDatetime($model->updated_at) ?> |
无 |