safecheck-client 3.0.35-gongyi-25 → 3.0.35-gongyi-26
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,8 @@
|
|
6
6
|
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户编号:</b></p>
|
7
7
|
<!--<a class="panel-title col-xs-7 text-left input-font" style="width: 79%;color: blue;text-decoration:underline" @click="searchHistory(userinfo.f_userinfoid)">{{ userinfo.f_userinfo_code }}</a>-->
|
8
8
|
<p class="panel-title col-xs-7 text-left input-font" >
|
9
|
-
<label @click="searchHistory(userinfo.f_userinfoid)" style="color: #00b3ee;text-decoration:none;">{{ userinfo.f_userinfo_code }}</label
|
9
|
+
<label @click="searchHistory(userinfo.f_userinfoid)" style="color: #00b3ee;text-decoration:none;">{{ userinfo.f_userinfo_code }}</label>
|
10
|
+
<label style="color: #00b3ee;text-decoration:none;" @click="upuserinfo(userinfo.f_userinfoid)">信息变更</label>
|
10
11
|
</p>
|
11
12
|
</div>
|
12
13
|
<div class="col-xs-12" style="padding: 2px 0">
|