@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 }