01 2022 档案
摘要:样式中加入 .el-table__fixed { height: 100% !important; } .el-table__fixed-right { height: 100% !important; }
阅读全文
摘要:在head中加入 <meta name="referrer" content="no-referrer">
阅读全文
摘要:<el-table-column fixed="right" label="操作" width="80"> <template slot-scope="scope"> <el-button @click="showPatient(scope.row)" type="text" size="small
阅读全文
摘要:[JsonObject(MemberSerialization.OptIn)] public class TemplateSort { public int Id { get; set; } [JsonProperty] public string Name { get; set; } [JsonP
阅读全文
摘要:添加防火墙需要应用具有管理员权限, 首先添加com引用,NetFwTypeLib 允许单个程序通过全部端口 //创建一个认证程序类的实例 INetFwAuthorizedApplication app = (INetFwAuthorizedApplication)Activator.CreateIn
阅读全文