升级节日福利年度调度与批次领取
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@extends('admin.layouts.app')
|
||||
|
||||
@section('title', '编辑节日福利活动')
|
||||
|
||||
@section('content')
|
||||
@include('admin.holiday-events.partials.form', [
|
||||
'event' => $event,
|
||||
'action' => route('admin.holiday-events.update', $event),
|
||||
'method' => 'PUT',
|
||||
'pageTitle' => '✏️ 编辑节日福利活动',
|
||||
'pageDescription' => '可继续维护旧规则,也可切换到 yearly 年度节日高级调度。',
|
||||
'submitLabel' => '💾 保存修改',
|
||||
])
|
||||
@endsection
|
||||
Reference in New Issue
Block a user