src/views/systemSetting/baseSetting/department/createUser/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/systemSetting/baseSetting/department/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/systemSetting/baseSetting/department/updateUser/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/systemSetting/baseSetting/role/createUser/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/systemSetting/baseSetting/role/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/systemSetting/baseSetting/role/updateUser/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/systemSetting/baseSetting/user/createUser/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/systemSetting/baseSetting/user/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/systemSetting/baseSetting/user/updateUser/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/systemSetting/baseSetting/department/createUser/index.vue
@@ -1,11 +1,11 @@ <template> <div class="createUser"> <header> <!-- <header> <div class="headerTitle">新增部门信息</div> <div class="headerTip"> <label>x</label> </div> </header> </header> --> <main> <div class="mainContent"> <el-form ref="user" label-width="140px" autoComplete="on" :model="depart" :rules="createDepartRules" @@ -154,39 +154,38 @@ border-radius: 1px; background-color: #09152f; header { display: flex; justify-content: space-between; height: 60px; line-height: 60px; padding: 0 20px; border: 1px solid #fff; // header { // display: flex; // justify-content: space-between; // height: 60px; // line-height: 60px; // padding: 0 20px; // border: 1px solid #fff; .headerTitle { color: #4b9bb7; font-weight: 600; } // .headerTitle { // color: #4b9bb7; // font-weight: 600; // } .headerTip span { color: #ff3b6c; } // .headerTip span { // color: #ff3b6c; // } .headerTip label { color: #4b9bb7; } } // .headerTip label { // color: #4b9bb7; // } // } main { border: 1px solid #fff; // border: 1px solid #fff; text-align: left; padding: 0 55px; background-color: #09152f; padding-bottom: 50px; .mainContent { display: flex; justify-content: center; margin-top: 50px; padding-top: 50px; &::v-deep .el-form-item__label { color: #4b9bb7; } @@ -234,7 +233,7 @@ } } footer{ border: 1px solid #fff; border-top: 1px solid #fff; height: 80px; display: flex; align-items: center; src/views/systemSetting/baseSetting/department/index.vue
@@ -11,7 +11,7 @@ </div> <div class="addUser"> <el-button class="addBtn" type="primary" @click="dialogCreate = true">新增部门</el-button> <el-dialog :visible.sync="dialogCreate" width="45%" v-if="dialogCreate"> <el-dialog :visible.sync="dialogCreate" title="新增部门信息" width="45%" v-if="dialogCreate"> <createUser :refresh="getUserList" /> </el-dialog> </div> @@ -57,7 +57,7 @@ </el-table-column> </el-table> <!-- 查看修改页面 --> <el-dialog :visible.sync="dialogUpdate" width="45%" v-if="dialogUpdate"> <el-dialog :visible.sync="dialogUpdate" width="45%" :title="updateFlag ? '修改部门信息' :'查看部门信息'" v-if="dialogUpdate"> <updateUser :updateFlag="updateFlag" :userInfo="userInfo" :getUserList="getUserList" @changeDialog="changMyDialog" /> </el-dialog> <!-- 分页 --> @@ -335,5 +335,23 @@ &::v-deep .el-dialog__body { background-color: #06122c; } &::v-deep .el-dialog__header{ display: flex; align-items: center; background-color: #fff; padding: 20px; line-height: 60px; } &::v-deep .el-dialog__title{ color: #4b9bb7; } &::v-deep .el-dialog__close{ width: 20px; height: 20px; // color: #fff; } &::v-deep .el-dialog__body{ padding: 0; } } </style> src/views/systemSetting/baseSetting/department/updateUser/index.vue
@@ -1,8 +1,8 @@ <template> <div class="updateUser"> <header> <div class="headerTitle">{{updateFlag ? '修改用户部门信息' :'查看用户信息'}}</div> </header> <!-- <header> <div class="headerTitle">{{updateFlag ? '修改用户部门信息' :'查看用户信息'}}</div> </header> --> <main> <div class="mainContent"> <el-form ref="user" label-width="140px" autoComplete="on" :model="user" :rules="createUserRules" @@ -146,46 +146,46 @@ border-radius: 1px; background-color: #09152f; header { display: flex; justify-content: center; height: 60px; line-height: 60px; padding: 0 20px; border: 1px solid #fff; // header { // display: flex; // justify-content: center; // height: 60px; // line-height: 60px; // padding: 0 20px; // border: 1px solid #fff; .headerTitle { color: #4b9bb7; font-weight: 600; } // .headerTitle { // color: #4b9bb7; // font-weight: 600; // } .headerTip span { color: #ff3b6c; } // .headerTip span { // color: #ff3b6c; // } .headerTip label { color: #4b9bb7; } } // .headerTip label { // color: #4b9bb7; // } // } main { border: 1px solid #fff; // border: 1px solid #fff; text-align: left; padding: 0 55px; background-color: #09152f; padding-bottom: 50px; .mainTitle { color: #4b9bb7; font-weight: 600; line-height: 100px; font-size: 14px; } // .mainTitle { // color: #4b9bb7; // font-weight: 600; // line-height: 100px; // font-size: 14px; // } .mainContent { display: flex; justify-content: center; margin-top: 50px; padding-top: 50px; .el-form-item__content { width: 400px; src/views/systemSetting/baseSetting/role/createUser/index.vue
@@ -1,11 +1,11 @@ <template> <div class="createUser"> <header> <div class="headerTitle">新增账户</div> <!-- <header> <div class="headerTitle">新增角色</div> <div class="headerTip"> <label>x</label> </div> </header> </header> --> <main> <div class="mainContent"> <el-form ref="user" label-width="140px" autoComplete="on" :model="role" :rules="createRoleRules" @@ -123,30 +123,30 @@ border-radius: 1px; background-color: #09152f; header { display: flex; justify-content: space-between; height: 60px; line-height: 60px; padding: 0 20px; border: 1px solid #fff; // header { // display: flex; // justify-content: space-between; // height: 60px; // line-height: 60px; // padding: 0 20px; // border: 1px solid #fff; .headerTitle { color: #4b9bb7; font-weight: 600; } // .headerTitle { // color: #4b9bb7; // font-weight: 600; // } .headerTip span { color: #ff3b6c; } // .headerTip span { // color: #ff3b6c; // } .headerTip label { color: #4b9bb7; } } // .headerTip label { // color: #4b9bb7; // } // } main { border: 1px solid #fff; // border: 1px solid #fff; text-align: left; padding: 0 55px; background-color: #09152f; @@ -155,7 +155,7 @@ .mainContent { display: flex; justify-content: center; margin-top: 50px; padding-top: 50px; &::v-deep .el-form-item__label { color: #4b9bb7; } src/views/systemSetting/baseSetting/role/index.vue
@@ -11,7 +11,7 @@ </div> <div class="addUser"> <el-button class="addBtn" type="primary" @click="dialogCreate = true">新建角色</el-button> <el-dialog :visible.sync="dialogCreate" width="45%" v-if="dialogCreate"> <el-dialog :visible.sync="dialogCreate" title="新增角色" width="45%" v-if="dialogCreate"> <createUser :refresh="getUserList" /> </el-dialog> </div> @@ -57,7 +57,7 @@ </el-table-column> </el-table> <!-- 查看修改页面 --> <el-dialog :visible.sync="dialogUpdate" width="45%" v-if="dialogUpdate"> <el-dialog :visible.sync="dialogUpdate" width="45%" :title="updateFlag ? '修改角色信息' :'查看角色信息'" v-if="dialogUpdate"> <updateUser :updateFlag="updateFlag" :userInfo=userInfo :getUserList=getUserList @changeDialog="changeDialog" /> </el-dialog> <!-- 分页 --> @@ -357,8 +357,23 @@ &::v-deep .el-dialog__body { background-color: #06122c; } // &::v-deep .el-dialog__title{ // color: #4b9bb7; // } &::v-deep .el-dialog__header{ display: flex; align-items: center; background-color: #fff; padding: 20px; line-height: 60px; } &::v-deep .el-dialog__title{ color: #4b9bb7; } &::v-deep .el-dialog__close{ width: 20px; height: 20px; // color: #fff; } &::v-deep .el-dialog__body{ padding: 0; } } </style> src/views/systemSetting/baseSetting/role/updateUser/index.vue
@@ -1,8 +1,8 @@ <template> <div class="updateUser"> <header> <!-- <header> <div class="headerTitle">{{updateFlag ? '修改角色信息' :'查看角色信息'}}</div> </header> </header> --> <main> <div class="mainContent"> <el-form ref="user" label-width="140px" autoComplete="on" :model="role" :rules="createRoleRules" @@ -123,29 +123,29 @@ border-radius: 1px; background-color: #09152f; header { display: flex; justify-content: center; height: 60px; line-height: 60px; padding: 0 20px; border: 1px solid #fff; .headerTitle { color: #4b9bb7; font-weight: 600; } // header { // display: flex; // justify-content: center; // height: 60px; // line-height: 60px; // padding: 0 20px; // border: 1px solid #fff; // .headerTitle { // color: #4b9bb7; // font-weight: 600; // } .headerTip span { color: #ff3b6c; } // .headerTip span { // color: #ff3b6c; // } .headerTip label { color: #4b9bb7; } } // .headerTip label { // color: #4b9bb7; // } // } main { border: 1px solid #fff; // border: 1px solid #fff; text-align: left; padding: 0 55px; background-color: #09152f; @@ -153,7 +153,7 @@ .mainContent { display: flex; justify-content: center; margin-top: 50px ; padding-top: 50px; .el-form-item__content { width: 400px; src/views/systemSetting/baseSetting/user/createUser/index.vue
@@ -1,14 +1,14 @@ <template> <div class="createUser"> <header> <!-- <header> <div class="headerTitle">新增账户</div> <div class="headerTip"> <span>*</span> <label>为必填项</label> </div> </header> </header> --> <main> <div class="mainTitle">基础信息</div> <!-- <div class="mainTitle">基础信息</div> --> <div class="mainContent"> <el-form ref="user" label-width="140px" autoComplete="on" :model="user" :rules="createUserRules" label-position="right"> @@ -306,45 +306,46 @@ border-radius: 1px; background-color: #09152f; header { display: flex; justify-content: space-between; height: 60px; line-height: 60px; padding: 0 20px; border: 1px solid #fff; // header { // display: flex; // justify-content: space-between; // height: 60px; // line-height: 60px; // padding: 0 20px; // border: 1px solid #fff; .headerTitle { color: #4b9bb7; font-weight: 600; } // .headerTitle { // color: #4b9bb7; // font-weight: 600; // } .headerTip span { color: #ff3b6c; } // .headerTip span { // color: #ff3b6c; // } .headerTip label { color: #4b9bb7; } } // .headerTip label { // color: #4b9bb7; // } // } main { border: 1px solid #fff; // border: 1px solid #fff; text-align: left; padding: 0 55px; background-color: #09152f; padding-bottom: 50px; .mainTitle { color: #4b9bb7; font-weight: 600; line-height: 100px; font-size: 14px; } padding-top: 20px; // .mainTitle { // color: #4b9bb7; // font-weight: 600; // line-height: 100px; // font-size: 14px; // } .mainContent { display: flex; justify-content: center; margin-top: 50px; &::v-deep .el-form-item__label { color: #4b9bb7; } src/views/systemSetting/baseSetting/user/index.vue
@@ -11,7 +11,7 @@ </div> <div class="addUser"> <el-button class="addBtn" type="primary" @click="dialogCreate = true">添加用户</el-button> <el-dialog :visible.sync="dialogCreate" width="45%" v-if="dialogCreate" <el-dialog :visible.sync="dialogCreate" title="新增账户" width="45%" v-if="dialogCreate" :before-close="handleClose1"> <createUser :refresh="getUserList" /> </el-dialog> @@ -65,7 +65,7 @@ </el-table> <!-- 查看修改页面 --> <el-dialog :visible.sync="dialogUpdate" width="45%" v-if="dialogUpdate" :before-close="handleClose2"> :before-close="handleClose2" :title="updateFlag ? '修改用户部门信息' :'查看用户信息'"> <updateUser :updateFlag="updateFlag" :userInfo=userInfo /> </el-dialog> <!-- 分页 --> @@ -369,5 +369,23 @@ &::v-deep .el-dialog__body { background-color: #06122c; } &::v-deep .el-dialog__header{ display: flex; align-items: center; background-color: #fff; padding: 20px; line-height: 60px; } &::v-deep .el-dialog__title{ color: #4b9bb7; } &::v-deep .el-dialog__close{ width: 20px; height: 20px; // color: #fff; } &::v-deep .el-dialog__body{ padding: 0; } } </style> src/views/systemSetting/baseSetting/user/updateUser/index.vue
@@ -1,10 +1,10 @@ <template> <div class="updateUser"> <header> <!-- <header> <div class="headerTitle">{{updateFlag ? '修改用户部门信息' :'查看用户信息'}}</div> </header> </header> --> <main> <div class="mainTitle">基础信息</div> <!-- <div class="mainTitle">基础信息</div> --> <div class="mainContent"> <el-form ref="user" label-width="140px" autoComplete="on" :model="user" :rules="createUserRules" label-position="right"> @@ -296,44 +296,44 @@ border-radius: 1px; background-color: #09152f; header { display: flex; justify-content: center; height: 60px; line-height: 60px; padding: 0 20px; border: 1px solid #fff; .headerTitle { color: #4b9bb7; font-weight: 600; } // header { // display: flex; // justify-content: center; // height: 60px; // line-height: 60px; // padding: 0 20px; // border: 1px solid #fff; // .headerTitle { // color: #4b9bb7; // font-weight: 600; // } .headerTip span { color: #ff3b6c; } // .headerTip span { // color: #ff3b6c; // } .headerTip label { color: #4b9bb7; } } // .headerTip label { // color: #4b9bb7; // } // } main { border: 1px solid #fff; // border: 1px solid #fff; text-align: left; padding: 0 55px; background-color: #09152f; padding-bottom: 50px; .mainTitle { color: #4b9bb7; font-weight: 600; line-height: 100px; font-size: 14px; } // .mainTitle { // color: #4b9bb7; // font-weight: 600; // line-height: 100px; // font-size: 14px; // } .mainContent { display: flex; justify-content: center; padding-top: 50px; .el-form-item__content { width: 400px;