dedsudiyu 6 months ago
parent
commit
062ba26038

+ 1 - 1
src/views/basicsModules/mine.vue

@@ -61,7 +61,7 @@
             <p :class="buttonType == '1'?'bottomColor':''">基本资料</p>
             <p :class="buttonType == '1'?'bottomColor':''">基本资料</p>
             <p :class="buttonType == '1'?'bottomBack':''"></p>
             <p :class="buttonType == '1'?'bottomBack':''"></p>
           </div>
           </div>
-          <div class="title-button-min-box" @click="buttonTypeClick(2)" v-if="user.userType === 0">
+          <div class="title-button-min-box" @click="buttonTypeClick(2)">
             <p :class="buttonType == '2'?'bottomColor':''">安全设置</p>
             <p :class="buttonType == '2'?'bottomColor':''">安全设置</p>
             <p :class="buttonType == '2'?'bottomBack':''"></p>
             <p :class="buttonType == '2'?'bottomBack':''"></p>
           </div>
           </div>

+ 2 - 2
src/views/integratedManagement/personnelManage/studentInfo/index.vue

@@ -110,8 +110,8 @@
                                       v-hasPermiRouter="['system:user:edit']">编辑</el-dropdown-item>
                                       v-hasPermiRouter="['system:user:edit']">编辑</el-dropdown-item>
                     <el-dropdown-item style="margin:0 10px;" :command="{row:scope.row,command:2}"
                     <el-dropdown-item style="margin:0 10px;" :command="{row:scope.row,command:2}"
                                       v-hasPermiRouter="['system:user:del']">删除</el-dropdown-item>
                                       v-hasPermiRouter="['system:user:del']">删除</el-dropdown-item>
-                    <!--<el-dropdown-item style="margin:0 10px;" :command="{row:scope.row,command:3}"-->
-                                      <!--v-hasPermiRouter="['system:user:reset']">重置密码</el-dropdown-item>-->
+                    <el-dropdown-item style="margin:0 10px;" :command="{row:scope.row,command:3}"
+                                      v-hasPermiRouter="['system:user:reset']">重置密码</el-dropdown-item>
                   </el-dropdown-menu>
                   </el-dropdown-menu>
                 </el-dropdown>
                 </el-dropdown>
                 <p class="table-button-null"></p>
                 <p class="table-button-null"></p>

+ 2 - 2
src/views/integratedManagement/personnelManage/teacherInfo/index.vue

@@ -164,8 +164,8 @@
                                           v-hasPermiRouter="['system:user:edit']">编辑</el-dropdown-item>
                                           v-hasPermiRouter="['system:user:edit']">编辑</el-dropdown-item>
                         <el-dropdown-item style="margin:0 10px;" :command="{row:scope.row,command:2}"
                         <el-dropdown-item style="margin:0 10px;" :command="{row:scope.row,command:2}"
                                           v-hasPermiRouter="['system:user:del']">删除</el-dropdown-item>
                                           v-hasPermiRouter="['system:user:del']">删除</el-dropdown-item>
-                        <!--<el-dropdown-item style="margin:0 10px;" :command="{row:scope.row,command:3}"-->
-                                          <!--v-hasPermiRouter="['system:user:reset']">重置密码</el-dropdown-item>-->
+                        <el-dropdown-item style="margin:0 10px;" :command="{row:scope.row,command:3}"
+                                          v-hasPermiRouter="['system:user:reset']">重置密码</el-dropdown-item>
                       </el-dropdown-menu>
                       </el-dropdown-menu>
                     </el-dropdown>
                     </el-dropdown>
                     <p class="table-button-null"></p>
                     <p class="table-button-null"></p>