How to disable a button more elegantly

前端 未结 8 865
面向向阳花
面向向阳花 2020-12-14 16:46

I have on one of my views the following razor code:

@if (item.PMApproved != true) {
                    

        
8条回答
提交回复
热议问题