@using DataCacheProvider = YLErp.Modules.DataCacheProvider; @model SyntheticUnderlyingDto @{ ViewBag.Title = "组合标的设置"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; ViewData[(Model.UpDownLimit ?? "%").EndsWith("%") ? "百分比" : "绝对值"] = "selected"; string syntheticUnderlyingName = ViewBag.syntheticUnderlyingName; } @section CSS{ } @if (ViewData["canEdit"] != null && CurUser.基础参数管理.标的资产编辑) {
}| 常数 | 合约乘数 | 波动率变化 | 预付金比例 | 涨跌停板幅度 | @if (CurUser.基础参数管理.标的资产编辑) {} |
|---|---|---|---|---|---|
| @(Model.Constant) | @(Model.ContractSize) | @if (CurUser.基础参数管理.标的资产编辑) { | } |