@page "/StaffGrade" @inject HttpClient Http @using AntDesign.TableModels @using System.ComponentModel @using wispro.sp.share @attribute [Authorize(Roles = "Admin")] 基本信息管理 代理人系数设定 添加 @if (staffGrades == null) { } else { 编辑 } @if (_isAdd) { } else { @context.Grade }