2019年1月4日 星期五

ng-style inline 寫法

ng-style="data['類別']=='刷卡'? {'display':'inline-block','width':'60px'}:{}"

沒有留言:

自訂權限驗證機制

// 使用 filter [Route("api/[controller]")] [ApiController] [Authorize] [TypeFilter(typeof(CustomAsyncAuthorizationFilter))] public c...