Browse Source

专家认证,认证通过后 认证按钮不再可以点击

XMTT 7 years ago
parent
commit
3cb7835101
2 changed files with 6 additions and 1 deletions
  1. 4 0
      css/model/sys/expert.css
  2. 2 1
      html/model/sys/expert/index.html

+ 4 - 0
css/model/sys/expert.css

@ -19,4 +19,8 @@
19 19
.sys_expert_index .table-opt .icon {
20 20
    margin: 10px;
21 21
    font-size: 20px;
22
}
23
24
.sys_expert_index .state3{
25
    display:none;
22 26
}

+ 2 - 1
html/model/sys/expert/index.html

@ -34,7 +34,8 @@
34 34
					<td>{{title}}</td>
35 35
					<td>{{orgName}}</td>
36 36
					<td class="hand-dict" dict="solveStatus" code="{{solveStatus}}" ></td>
37
					<td class="table-opt" authApplyId="{{authApplyId}}"><div class="btn opt-auth">
37
					<td class="table-opt" authApplyId="{{authApplyId}}"><div class="btn opt-auth state{{solveStatus
38
}}">
38 39
						<i class="icon-checked"></i>
39 40
						审核
40 41
					</div></td>