| | |
| | | // 主è²è° |
| | | $primary-color: #279BAA; |
| | | $primaryColor: #279BAA; |
| | | $primary-title-start-color: #3582ff; |
| | | $primary-title-color: #216EcE; |
| | | $primary-color-sel: #2cbbd1; |
| | | $primary-color-hover: #1562e2; |
| | | $icon-background-color: #1e7985; |
| | | // $primary-color: #216EEE; |
| | | // $primary-title-start-color: #3582ff; |
| | | // $primary-title-color: #216EcE; |
| | | // $primary-color-sel: #0046c6; |
| | | // $primary-color-sel: #0f52cf; |
| | | // $primary-color-hover: #1562e2; |
| | | // $icon-background-color: #0d5ada; |
| | | // 主è²è° |
| | | $primary-color: #2080f7; |
| | | $primaryColor: #2080f7; |
| | | $primary-title-start-color: #3582ff; |
| | | $primary-title-color: #216EcE; |
| | | $primary-color-sel: #1659ac; |
| | | $primary-color-hover: #1562e2; |
| | | $icon-background-color: #186acf; |
| | | //èåæ¬æµ®è²ï¼ |
| | | $menu-hover-color: rgba(33, 110, 238, 0.10); |
| | | // 头é¨é«åº¦ |
| | |
| | | <el-dropdown v-if="isLogined" trigger="click"> |
| | | <span class="el-dropdown-link"> |
| | | <!-- <img v-if="userInfo != null" :src="userInfo.avatar == null ? `${require('@/assets/avatar/man.png')}` : userInfo.avatar" alt="">{{userInfo | displayName}}<i class="el-icon-arrow-down el-icon--right"></i> --> |
| | | <img v-if="userInfo != null" style="width: 30px !important;" src="@/assets/avatar/man.png" alt="">{{userInfo | displayName}}<i class="el-icon-arrow-down el-icon--right"></i> |
| | | <img |
| | | v-if="userInfo != null" |
| | | style="width: 30px !important" |
| | | src="@/assets/avatar/man.png" |
| | | alt="" |
| | | />{{ userInfo | displayName |
| | | }}<i class="el-icon-arrow-down el-icon--right"></i> |
| | | </span> |
| | | <el-dropdown-menu slot="dropdown"> |
| | | <el-dropdown-item @click.native="changePwd">ä¿®æ¹å¯ç </el-dropdown-item> |
| | | <el-dropdown-item @click.native="changePwd" |
| | | >ä¿®æ¹å¯ç </el-dropdown-item |
| | | > |
| | | <el-dropdown-item @click.native="logout">éåºç»å½</el-dropdown-item> |
| | | </el-dropdown-menu> |
| | | </el-dropdown> |
| | |
| | | @confirm="confirmChangePwd" |
| | | @close="visible.changePwd = false" |
| | | > |
| | | <el-form :model="changePwdData.form" ref="changePwdDataForm" :rules="changePwdData.rules"> |
| | | <el-form |
| | | :model="changePwdData.form" |
| | | ref="changePwdDataForm" |
| | | :rules="changePwdData.rules" |
| | | > |
| | | <el-form-item label="åå§å¯ç " prop="oldPwd" required> |
| | | <el-input v-model="changePwdData.form.oldPwd" type="password" placeholder="请è¾å
¥åå§å¯ç " maxlength="30" show-password></el-input> |
| | | <el-input |
| | | v-model="changePwdData.form.oldPwd" |
| | | type="password" |
| | | placeholder="请è¾å
¥åå§å¯ç " |
| | | maxlength="30" |
| | | show-password |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="æ°å¯ç " prop="newPwd" required> |
| | | <el-input v-model="changePwdData.form.newPwd" type="password" placeholder="请è¾å
¥æ°å¯ç " maxlength="30" show-password></el-input> |
| | | <el-input |
| | | v-model="changePwdData.form.newPwd" |
| | | type="password" |
| | | placeholder="请è¾å
¥æ°å¯ç " |
| | | maxlength="30" |
| | | show-password |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="确认æ°å¯ç " prop="confirmPwd" required> |
| | | <el-input v-model="changePwdData.form.confirmPwd" type="password" placeholder="è¯·åæ¬¡è¾å
¥æ°å¯ç " maxlength="30" show-password></el-input> |
| | | <el-input |
| | | v-model="changePwdData.form.confirmPwd" |
| | | type="password" |
| | | placeholder="è¯·åæ¬¡è¾å
¥æ°å¯ç " |
| | | maxlength="30" |
| | | show-password |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | | </GlobalAlertWindow> |
| | |
| | | <style scoped lang="scss"> |
| | | @import "@/assets/style/variables.scss"; |
| | | .common-header { |
| | | background-color: #4d99a8; |
| | | background-color: #2080f7; |
| | | } |
| | | .header { |
| | | overflow: hidden; |
| | |
| | | justify-content: space-between; |
| | | |
| | | .logo { |
| | | background: url('../../assets/images/top_ic_chilun@2x.png') no-repeat; |
| | | background: url("../../assets/images/top_ic_chilun@2x.png") no-repeat; |
| | | box-sizing: border-box; |
| | | min-width: 280px; |
| | | height: 70px; |
| | |
| | | box-sizing: border-box; |
| | | height: 70px; |
| | | padding-right: 25px; |
| | | background: url('../../assets/images/top_ic_bolang@2x.png') no-repeat; |
| | | background: url("../../assets/images/top_ic_bolang@2x.png") no-repeat; |
| | | flex-shrink: 0; |
| | | text-align: right; |
| | | .el-dropdown { |
| | |
| | | .el-dropdown-menu { |
| | | width: 140px; |
| | | .el-dropdown-menu__item:hover { |
| | | background: #E3EDFB; |
| | | background: #e3edfb; |
| | | color: $primary-color; |
| | | } |
| | | } |
| | |
| | | color: #666; |
| | | cursor: pointer; |
| | | &:hover { |
| | | color: #4d99a8; |
| | | color: #2080f7; |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | //æ ç¾é«äº® |
| | | .active { |
| | | color: #4d99a8; |
| | | border-bottom: 2px solid #4d99a8; |
| | | color: #2080f7; |
| | | border-bottom: 2px solid #2080f7; |
| | | } |
| | | //å³é®èåæ ·å¼ |
| | | .contextmenu { |
| | |
| | | <template> |
| | | <TableLayout> |
| | | <template v-slot:table-wrap> |
| | | <el-tabs v-model="activeName"> |
| | | <el-tab-pane label="æ®é访客" name="first"></el-tab-pane> |
| | | <el-tab-pane label="æ½å·¥è®¿å®¢" name="second"></el-tab-pane> |
| | | </el-tabs> |
| | | <div class="config"> |
| | | <div class="config_list"> |
| | | <div class="config_list_head"> |
| | |
| | | <div class="line"></div> |
| | | <img src="@/assets/images/peizhi_ar@2x.png" alt="" /> |
| | | </div> |
| | | <template v-for="(item, index) in apprList"> |
| | | <div |
| | | class="item yellow" |
| | | :class="{ active: activeSel === 'one' }" |
| | | @click="flowClick('one')" |
| | | :class="{ active: item.active }" |
| | | @click="flowClick(index)" |
| | | :key="index" |
| | | > |
| | | <div class="head">审æ¹äºº</div> |
| | | <div class="content"> |
| | |
| | | <i class="el-icon-arrow-right"></i> |
| | | </div> |
| | | </div> |
| | | <div class="arrows"> |
| | | <div class="arrows" :key="index"> |
| | | <div class="line"></div> |
| | | <img src="@/assets/images/peizhi_ar@2x.png" alt="" /> |
| | | <i |
| | | v-if="apprList.length - 1 === index" |
| | | @click="handleAddAppr()" |
| | | class="el-icon-circle-plus add" |
| | | ></i> |
| | | </div> |
| | | </template> |
| | | <template v-if="false"> |
| | | <div |
| | | class="item yellow" |
| | |
| | | </div> |
| | | <div class="df_ac mt10"> |
| | | <span class="mr20">éæ©ä¿®æ¹é¡¹</span> |
| | | <el-select v-model="param.list" collapse-tags multiple placeholder="è¯·éæ©,å¤é"> |
| | | <el-select |
| | | v-model="param.list" |
| | | collapse-tags |
| | | multiple |
| | | placeholder="è¯·éæ©,å¤é" |
| | | > |
| | | <el-option |
| | | v-for="item in options" |
| | | :key="item.value" |
| | |
| | | }, |
| | | data () { |
| | | return { |
| | | apprList: [ |
| | | { name: '', active: false }, |
| | | { name: '', active: false } |
| | | ], |
| | | |
| | | value: '', |
| | | radio: 0, |
| | | radio1: 0, |
| | | checked: '', |
| | | checkList: [], |
| | | |
| | | param: {}, |
| | | activeSel: 'one', |
| | | activeName: 'first', |
| | | isShowTransfer: false, |
| | | fromData: [ |
| | | { |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | flowClick (val) { |
| | | this.activeSel = val |
| | | flowClick (i) { |
| | | this.apprList.forEach((item, index) => { |
| | | if (i === index) { |
| | | item.active = true |
| | | } else { |
| | | item.active = false |
| | | } |
| | | }) |
| | | }, |
| | | handleAddAppr () { |
| | | this.apprList.push({ name: '', active: false }) |
| | | }, |
| | | |
| | | selStaff () { |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | position: relative; |
| | | .line { |
| | | width: 1px; |
| | | height: 60px; |
| | | background-color: #ccc; |
| | | } |
| | | .add { |
| | | font-size: 40px; |
| | | color: #2080f7; |
| | | position: absolute; |
| | | cursor: pointer; |
| | | z-index: 999; |
| | | top: 10px; |
| | | } |
| | | img { |
| | | width: 12px; |
| | | } |
| | |
| | | <template> |
| | | <div class="main_app"> |
| | | <QueryForm |
| | | v-model="filters" |
| | | :query-form-config="queryFormConfig" |
| | | @handleQuery="getList(1)" |
| | | @clear="clear" |
| | | /> |
| | | <el-table v-loading="loading" :data="list" stripe> |
| | | <el-table-column |
| | | prop="name" |
| | | label="æå°åç§°" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="æå°ç»" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="车åçç
§å·" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="车åçç
§å·" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="ä½ä¸å¼å§" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="ä½ä¸ç»æ" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="ä½ä¸æ¶é¿" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /><el-table-column |
| | | prop="name" |
| | | label="è¿è¾åå·/ååå·" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | </el-table> |
| | | <pagination |
| | | @size-change="handleSizeChange" |
| | | @current-change="getList" |
| | | :pagination="pagination" |
| | | /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import Pagination from '@/components/common/Pagination' |
| | | import QueryForm from '@/components/common/QueryForm' |
| | | export default { |
| | | components: { |
| | | Pagination, |
| | | QueryForm |
| | | }, |
| | | data () { |
| | | return { |
| | | loading: false, |
| | | pagination: { |
| | | capacity: 10, |
| | | page: 1 |
| | | }, |
| | | filters: {}, |
| | | list: [], |
| | | total: 0, |
| | | queryFormConfig: { |
| | | formItems: [ |
| | | { |
| | | filed: 'aaaa', |
| | | type: 'input', |
| | | label: 'æå°åç§°' |
| | | }, |
| | | { |
| | | filed: 'bbb', |
| | | type: 'select', |
| | | label: 'æå°ç»', |
| | | options: [] |
| | | }, |
| | | { |
| | | filed: 'aaaa', |
| | | type: 'input', |
| | | label: '车çå·' |
| | | }, |
| | | { |
| | | filed: 'selDate', |
| | | type: 'daterange', |
| | | label: 'æ¥æ' |
| | | } |
| | | ], |
| | | online: true |
| | | } |
| | | } |
| | | }, |
| | | methods: { |
| | | handleSub () { |
| | | this.$refs.ruleForm.validate((valid) => { |
| | | if (valid) { |
| | | alert('submit!') |
| | | } |
| | | }) |
| | | }, |
| | | getList (page) { }, |
| | | clear () { }, |
| | | handleSizeChange (capacity) { |
| | | this.pagination.capacity = capacity |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |
| | |
| | | <template> |
| | | <div class="main_app"> |
| | | <QueryForm |
| | | v-model="filters" |
| | | :query-form-config="queryFormConfig" |
| | | @handleQuery="getList(1)" |
| | | @clear="clear" |
| | | /> |
| | | <el-table v-loading="loading" :data="list" stripe> |
| | | <el-table-column |
| | | prop="name" |
| | | label="æå°åç§°" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="æå°ç»" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="åé æ¬¡æ°(次)" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="工使¶é¿" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="æå°ä½¿ç¨ç" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | </el-table> |
| | | <pagination |
| | | @size-change="handleSizeChange" |
| | | @current-change="getList" |
| | | :pagination="pagination" |
| | | /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import Pagination from '@/components/common/Pagination' |
| | | import QueryForm from '@/components/common/QueryForm' |
| | | export default { |
| | | components: { |
| | | Pagination, |
| | | QueryForm |
| | | }, |
| | | data () { |
| | | return { |
| | | loading: false, |
| | | pagination: { |
| | | capacity: 10, |
| | | page: 1 |
| | | }, |
| | | filters: {}, |
| | | list: [], |
| | | total: 0, |
| | | queryFormConfig: { |
| | | formItems: [ |
| | | { |
| | | filed: 'aaaa', |
| | | type: 'input', |
| | | label: 'æå°åç§°' |
| | | }, |
| | | { |
| | | filed: 'bbb', |
| | | type: 'select', |
| | | label: 'æå°ç»', |
| | | options: [] |
| | | }, |
| | | { |
| | | filed: 'selDate', |
| | | type: 'daterange', |
| | | label: 'éæ©æ¶é´' |
| | | } |
| | | ], |
| | | online: true |
| | | } |
| | | } |
| | | }, |
| | | methods: { |
| | | handleSub () { |
| | | this.$refs.ruleForm.validate((valid) => { |
| | | if (valid) { |
| | | alert('submit!') |
| | | } |
| | | }) |
| | | }, |
| | | getList (page) { }, |
| | | clear () { }, |
| | | handleSizeChange (capacity) { |
| | | this.pagination.capacity = capacity |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="main_app"> |
| | | <QueryForm |
| | | v-model="filters" |
| | | :query-form-config="queryFormConfig" |
| | | @handleQuery="getList(1)" |
| | | @clear="clear" |
| | | /> |
| | | <el-table v-loading="loading" :data="list" stripe> |
| | | <el-table-column |
| | | prop="name" |
| | | label="æ¥å£åç§°" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="å°åä¿¡æ¯" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="ç±»å" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="å¹³å°" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="请æ±åæ°" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="ç¸åºåæ°" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="å建æ¶é´" |
| | | min-width="100" |
| | | show-overflow-tooltip |
| | | /> |
| | | </el-table> |
| | | <pagination |
| | | @size-change="handleSizeChange" |
| | | @current-change="getList" |
| | | :pagination="pagination" |
| | | /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import Pagination from '@/components/common/Pagination' |
| | | import QueryForm from '@/components/common/QueryForm' |
| | | export default { |
| | | components: { |
| | | Pagination, |
| | | QueryForm |
| | | }, |
| | | data() { |
| | | return { |
| | | loading: false, |
| | | pagination: { |
| | | capacity: 10, |
| | | page: 1 |
| | | }, |
| | | filters: {}, |
| | | list: [], |
| | | total: 0, |
| | | queryFormConfig: { |
| | | formItems: [ |
| | | { |
| | | filed: 'aaaa', |
| | | type: 'input', |
| | | label: 'æ¥å£åç§°' |
| | | }, |
| | | { |
| | | filed: 'bbb', |
| | | type: 'select', |
| | | label: 'ç±»å', |
| | | options: [] |
| | | }, |
| | | { |
| | | filed: 'selDate', |
| | | type: 'daterange', |
| | | label: 'æ¥æ' |
| | | } |
| | | ], |
| | | online: true |
| | | } |
| | | } |
| | | }, |
| | | methods: { |
| | | handleSub() { |
| | | this.$refs.ruleForm.validate((valid) => { |
| | | if (valid) { |
| | | alert('submit!') |
| | | } |
| | | }) |
| | | }, |
| | | getList(page) { }, |
| | | clear() { }, |
| | | handleSizeChange(capacity) { |
| | | this.pagination.capacity = capacity |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |