祖安之光
2 天以前 8ac227433e801e899bbd424bbf1a2fc78405685e
src/views/work/onlineEducation/people/index.vue
@@ -56,7 +56,7 @@
        <template #default="scope">
          <el-button link type="primary" @click="openDialog('edit',scope.row)" v-hasPermi="['onlineEducationPeople:list:edit']">编辑</el-button>
          <el-button link type="danger" @click="handleDelete(scope.row)" v-hasPermi="['onlineEducationPeople:list:del']">删除</el-button>
          <el-button link type="primary" @click="openDialog('pwd',scope.row)" v-hasPermi="['onlineEducationPeople:list:edit']">修改密码</el-button>
<!--          <el-button link type="primary" @click="openDialog('pwd',scope.row)" v-hasPermi="['onlineEducationPeople:list:edit']">修改密码</el-button>-->
        </template>
      </el-table-column>
    </el-table>