| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div> |
| | | <div class="body" :style="{height:mainHeight+'px'}"> |
| | | <div class="bodyTopButtonGroup" style="justify-content: space-between"> |
| | | <el-button type="primary" icon="el-icon-setting" @click="setting('setting')">设置</el-button> |
| | | <!-- <el-button type="primary" icon="el-icon-circle-plus-outline" @click="add('add')">æ°å¢</el-button>--> |
| | | <!-- <el-button icon="el-icon-download" @click="upload">导å
¥</el-button>--> |
| | | </div> |
| | | |
| | | <div class="bodyTopFormGroup"> |
| | | <el-form |
| | | ref="form" |
| | | :model="form" |
| | | label-width="100px" |
| | | inline |
| | | style="display: flex;justify-content: space-between" |
| | | > |
| | | <div class="elForm" style="justify-content: flex-start"> |
| | | <el-form-item label-width="70px" label="ç产车é´" style=" display: flex;"> |
| | | <el-select v-model="form.OrgType" style="width: 200px" placeholder="è¯·éæ©"> |
| | | <el-option |
| | | v-for="item in OrgTypeArr" |
| | | :key="item.code" |
| | | :label="item.name" |
| | | :value="item.code" |
| | | /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="ç产åå
" style=" display: flex;"> |
| | | <el-input v-model="form.OrgName" placeholder="请è¾å
¥" style="width: 200px" /> |
| | | </el-form-item> |
| | | <el-form-item label="ææç¶æ" style=" display: flex;"> |
| | | <el-select v-model="form.OrgType" style="width: 200px" placeholder="è¯·éæ©"> |
| | | <el-option |
| | | v-for="item in OrgTypeArr" |
| | | :key="item.code" |
| | | :label="item.name" |
| | | :value="item.code" |
| | | /> |
| | | </el-select> |
| | | </el-form-item> |
| | | |
| | | </div> |
| | | <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened?'5%':'10%'}"> |
| | | <el-button type="primary" icon="el-icon-search" @click="search">æ¥è¯¢</el-button> |
| | | <el-button type="info" icon="el-icon-refresh" @click="reset">éç½®</el-button> |
| | | </div> |
| | | </el-form> |
| | | <div |
| | | class="bodyTopFormExpand" |
| | | > |
| | | <!-- <svg-icon--> |
| | | <!-- v-show="mouseHoverType==='mouseout'"--> |
| | | <!-- style="cursor: pointer"--> |
| | | <!-- :icon-class="!isExpandForm?'doubleDown3':'doubleUp3'"--> |
| | | <!-- @mouseenter="mouseHoverType=$event.type"--> |
| | | <!-- />--> |
| | | <!-- <svg-icon--> |
| | | <!-- v-show="mouseHoverType==='mouseenter'"--> |
| | | <!-- style="cursor: pointer"--> |
| | | <!-- :icon-class="!isExpandForm?'doubleDown':'doubleUp'"--> |
| | | <!-- @click="isExpandForm=!isExpandForm"--> |
| | | <!-- @mouseout="mouseHoverType=$event.type"--> |
| | | <!-- />--> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="elTableDiv"> |
| | | <el-table |
| | | ref="tableDataRef" |
| | | class="tableFixed" |
| | | :data="tableData" |
| | | :style="{width: 100+'%',height:tableHeight+'px'}" |
| | | border |
| | | :height="tableHeight+'px'" |
| | | :row-class-name="tableRowClassName" |
| | | highlight-current-row |
| | | :header-cell-style="this.$headerCellStyle" |
| | | :cell-style="this.$cellStyle" |
| | | @sort-change="sortChange" |
| | | > |
| | | <el-table-column |
| | | prop="xh" |
| | | width="50" |
| | | fixed |
| | | label="åºå·" |
| | | /> |
| | | <el-table-column |
| | | prop="sccj" |
| | | label="ç产车é´" |
| | | sortable="custom" |
| | | width="160" |
| | | /> |
| | | <el-table-column |
| | | prop="scdy" |
| | | label="ç产åå
" |
| | | width="160" |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="mrfa" |
| | | label="é»è®¤æ¹æ¡" |
| | | sortable="custom" |
| | | width="240" |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <div style="display: flex;" @click="mrfaSearch(row)"> |
| | | <el-input |
| | | v-model="row.mrfa" |
| | | readonly |
| | | /> |
| | | <el-button |
| | | type="primary" |
| | | style="padding: 0 10px;margin-left: 5px" |
| | | class="el-icon-search" |
| | | /> |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="gzrl" |
| | | label="工使¥å" |
| | | sortable="custom" |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <!-- <div style="width: 100%;" @click="gzrlClick(row)">--> |
| | | <!-- <el-input--> |
| | | <!-- v-model="row.gzrl"--> |
| | | <!-- readonly--> |
| | | <!-- />--> |
| | | <!-- </div>--> |
| | | <!-- <div style="width: 100%;" @click="gzrlClick(row)">--> |
| | | <!-- <el-date-picker--> |
| | | <!-- :ref="'datePicker'+row.xh"--> |
| | | <!-- v-model="row.gzrl"--> |
| | | <!-- :class="'datePicker'+row.xh"--> |
| | | <!-- style="width: 100%;"--> |
| | | <!-- type="dates"--> |
| | | <!-- placeholder="è¯·éæ©ä¸ä¸ªæå¤ä¸ªæ¥æ"--> |
| | | <!-- align="left"--> |
| | | <!-- format="yyyy-MM-dd"--> |
| | | <!-- value-format="yyyy-MM-dd"--> |
| | | <!-- :clearable="false"--> |
| | | <!-- :picker-options="pickerOptions"--> |
| | | <!-- @focus="val=>datePickerFocus(val,row)"--> |
| | | <!-- @blur="val=>datePickerBlur(val,row)"--> |
| | | <!-- @change="val=>datePickerChange(val,row)"--> |
| | | <!-- />--> |
| | | <!-- </div>--> |
| | | <!-- <date-picker v-model="row.gzrl"--> |
| | | <!-- :rowData='row'--> |
| | | <!-- :CapacityPlanningSearch='CapacityPlanningSearch'></date-picker>--> |
| | | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="czry" |
| | | label="å建人å" |
| | | sortable="custom" |
| | | width="160" |
| | | /> |
| | | <el-table-column |
| | | prop="czsj" |
| | | width="160" |
| | | label="å建æ¶é´" |
| | | sortable="custom" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="yxzt" |
| | | width="160" |
| | | label="ææç¶æ" |
| | | sortable="custom" |
| | | /> |
| | | |
| | | <!-- <el-table-column--> |
| | | <!-- label="æä½"--> |
| | | <!-- width="120"--> |
| | | <!-- fixed="right"--> |
| | | <!-- >--> |
| | | <!-- <template slot-scope="{row}">--> |
| | | <!-- <div class="operationClass">--> |
| | | <!-- <el-tooltip class="item" effect="dark" content="ç¼è¾" placement="top">--> |
| | | <!-- <i class="el-icon-edit-outline" @click="edit('edit',row)" />--> |
| | | <!-- </el-tooltip>--> |
| | | <!-- <el-tooltip v-del-tab-index class="item" effect="dark" content="å é¤" placement="top">--> |
| | | <!-- <i class="el-icon-delete" @click="del(row)" />--> |
| | | <!-- </el-tooltip>--> |
| | | <!-- </div>--> |
| | | <!-- </template>--> |
| | | <!-- </el-table-column>--> |
| | | </el-table> |
| | | </div> |
| | | <!--å页--> |
| | | <pagination |
| | | :total="total" |
| | | :page.sync="form.page" |
| | | :limit.sync="form.rows" |
| | | align="right" |
| | | layout="total,prev, pager, next,sizes" |
| | | popper-class="select_bottom" |
| | | @pagination="getOrganizationSearch" |
| | | /> |
| | | </div> |
| | | |
| | | <!-- :title="operation==='add'?'æ°å¢':'ç¼è¾'"--> |
| | | <el-dialog |
| | | title="设置" |
| | | :visible.sync="dialogVisible" |
| | | width="800px" |
| | | :close-on-click-modal="false" |
| | | top="15vh" |
| | | @closed="handleClose" |
| | | @close="handleClose" |
| | | > |
| | | <el-form ref="dialogForm" inline :rules="dialogFormRules" :model="dialogForm" label-width="80px"> |
| | | <el-form-item label="ç»ç»ç¼ç " prop="OrgCode"> |
| | | <el-input v-model="dialogForm.OrgCode" :disabled="operation!=='add'" style="width: 200px" /> |
| | | </el-form-item> |
| | | <el-form-item label="ç»ç»åç§°" prop="OrgName"> |
| | | <el-input v-model="dialogForm.OrgName" style="width: 200px" /> |
| | | </el-form-item> |
| | | |
| | | </el-form> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <div class="footerButton"> |
| | | <el-button @click="dialogVisibleCancel">å æ¶</el-button> |
| | | <el-button type="primary" @click="dialogVisibleConfirm">ç¡® å®</el-button> |
| | | </div> |
| | | </span> |
| | | </el-dialog> |
| | | |
| | | <!--导å
¥ç»ä»¶--> |
| | | <import-picker |
| | | ref="importPickerFunc" |
| | | class="importPickerClass" |
| | | :shows.sync="shows" |
| | | :title="title_value" |
| | | :colos="colos" |
| | | :code="code" |
| | | /> |
| | | |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import Pagination from '@/components/Pagination' |
| | | import { AddUpdateOrganization, DeleteOrganization, OrganizationSearch, PrentOrganization } from '@/api/jcsz' |
| | | import { getCookie } from '@/utils/auth' |
| | | import ImportPicker from '@/components/ImportPicker' |
| | | import { validateCode } from '@/utils/global' |
| | | import $ from 'jquery' |
| | | |
| | | export default { |
| | | name: 'Zzjg', |
| | | components: { |
| | | Pagination, ImportPicker |
| | | }, |
| | | data() { |
| | | return { |
| | | mouseHoverType: 'mouseout', |
| | | isExpandForm: false, |
| | | mainHeight: 0, |
| | | tableHeight: 0, |
| | | form: { |
| | | OrgCode: '', // ç»ç»æ¶æä»£ç |
| | | OrgName: '', // ç»ç»æ¶æåç§° |
| | | OrgType: '', // ç»ç»ç±»å |
| | | UserName: '', // å建人å |
| | | createdate: '', |
| | | prop: 'lm_date', // æåºå段 |
| | | order: 'desc', // æåºå段 |
| | | page: 1, // 第å 页 |
| | | rows: 20 // æ¯é¡µå¤å°æ¡ |
| | | }, |
| | | OrgTypeArr: [ |
| | | { label: 'æ¯', value: 'Y' }, |
| | | { label: 'å¦', value: 'N' } |
| | | ], |
| | | |
| | | total: 10, |
| | | tableData: [ |
| | | { |
| | | xh: 1, |
| | | sccj: 'æºå 001', |
| | | scdy: 'æºå 产线C01-L01', |
| | | mrfa: '', |
| | | gzrl: '', |
| | | czry: 'Admin', |
| | | czsj: '2022-10-12 10:00:00', |
| | | yxzt: 'ææ' |
| | | }, { |
| | | xh: 2, |
| | | sccj: 'æºå 001', |
| | | scdy: 'æºå 产线C01-L01', |
| | | mrfa: '', |
| | | gzrl: '', |
| | | czry: 'Admin', |
| | | czsj: '2022-10-12 10:00:00', |
| | | yxzt: 'ææ' |
| | | }, { |
| | | xh: 3, |
| | | sccj: 'æºå 001', |
| | | scdy: 'æºå 产线C01-L01', |
| | | mrfa: '', |
| | | gzrl: '', |
| | | czry: 'Admin', |
| | | czsj: '2022-10-12 10:00:00', |
| | | yxzt: 'ææ' |
| | | } |
| | | ], |
| | | dialogVisible: false, |
| | | dialogForm: { |
| | | OrgType: '', |
| | | OrgCode: '', |
| | | OrgName: '', |
| | | SupUnit: ''// ä¸çº§åä½ |
| | | }, |
| | | operation: '', |
| | | dialogFormRules: { |
| | | OrgType: [ |
| | | { required: true, message: '请è¾å
¥éæ©ç±»å', trigger: ['blur', 'change'] } |
| | | ], |
| | | OrgCode: [ |
| | | { required: true, validator: validateCode, trigger: ['blur', 'change'] } |
| | | ], |
| | | OrgName: [ |
| | | { required: true, message: '请è¾å
¥åç§°', trigger: ['blur', 'change'] } |
| | | ] |
| | | |
| | | }, |
| | | |
| | | pickerOptions: { |
| | | disabledDate(time) { |
| | | // return time.getTime() > Date.now(); // å¯éåå²å¤©ãå¯éå½å天ãä¸å¯éæªæ¥å¤© |
| | | // return time.getTime() > Date.now() - 8.64e7; // å¯éåå²å¤©ãä¸å¯éå½å天ãä¸å¯éæªæ¥å¤© |
| | | return time.getTime() < Date.now() - 8.64e7 // ä¸å¯éåå²å¤©ãå¯éå½å天ãå¯éæªæ¥å¤© |
| | | // return time.getTime() < Date.now(); // ä¸å¯éåå²å¤©ãä¸å¯éå½å天ãå¯éæªæ¥å¤© |
| | | } |
| | | }, |
| | | popoverVisible: false, |
| | | |
| | | title_value: 'æ°æ®å¯¼å
¥ / ç¹æ£é¨ä½', |
| | | code: '4', |
| | | shows: false |
| | | |
| | | } |
| | | }, |
| | | watch: { |
| | | shows() { |
| | | if (!this.shows) { |
| | | this.getOrganizationSearch() |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | | this.getOrganizationSearch() |
| | | }, |
| | | mounted() { |
| | | window.addEventListener('resize', this.getHeight) |
| | | this.getHeight() |
| | | }, |
| | | methods: { |
| | | async getOrganizationSearch() { |
| | | |
| | | }, |
| | | mrfaSearch(row) { |
| | | console.log(row) |
| | | this.setting() |
| | | }, |
| | | gzrlClick(row) { |
| | | console.log(row, 1) |
| | | // console.log($('1')) |
| | | }, |
| | | datePickerChange(val, row) { |
| | | // console.log(this.$refs.datePicker, 8) |
| | | // console.log(val, 2) |
| | | }, |
| | | datePickerFocus(val, row) { |
| | | const that = this |
| | | // console.log(val, 3) |
| | | // console.log(this.$refs['datePicker' + row.xh], 3333) |
| | | // console.log(val.pickerVisible, 3) |
| | | this.$nextTick(() => { |
| | | // console.log($('.el-date-table'), 9) |
| | | // console.log($('.el-date-table')[0], 9) |
| | | // console.log($('.el-date-table')[0].querySelectorAll('.available'), 9) |
| | | // console.log($('.el-date-table')[0].querySelectorAll('.next-month'), 10) |
| | | |
| | | // console.log($('div').wrap($('.el-picker-panel'))) |
| | | |
| | | const available = $('.el-date-table')[0].querySelectorAll('.available') |
| | | const nextMonth = $('.el-date-table')[0].querySelectorAll('.next-month') |
| | | |
| | | available.forEach(item => { |
| | | const date = item.querySelectorAll('div>span')[0].innerText |
| | | $(item).bind('dblclick', { date }, function(event) { |
| | | // 黿¢é»è®¤äºä»¶ |
| | | event.preventDefault() |
| | | // 黿¢äºä»¶å泡 |
| | | event.stopPropagation() |
| | | console.log(event) |
| | | console.log(event.data.date) |
| | | console.log(that.$message.info('åå»äº')) |
| | | // that.setting() |
| | | }, { |
| | | 'mouseenter': function() { |
| | | }, |
| | | 'mouseleave': function() { |
| | | } |
| | | }) |
| | | |
| | | // $(item).unbind('dblclick').dblclick(e => { |
| | | // // console.log(i, 'i-index', index) |
| | | // console.log(e, 1) |
| | | // }) |
| | | }) |
| | | |
| | | // this.$refs['datePicker' + row.xh] |
| | | // console.log(this.$refs['datePicker' + row.xh].$children[0], 88) |
| | | // console.log(this.$refs['datePicker' + row.xh].$children[0].nativeInputValue = '2022-10-20', 88) |
| | | // console.log(this.$refs['datePicker' + row.xh].$children[0].nativeInputValue = '2022-10-20', 88) |
| | | // console.log(this.$refs['datePicker' + row.xh].$children[0].value = '2022-10-20', 88) |
| | | }) |
| | | }, |
| | | datePickerBlur(val, row) { |
| | | console.log(val, 4) |
| | | console.log(val.pickerVisible, 4) |
| | | // val.pickerVisible = true |
| | | }, |
| | | // æåºæ¹åæ¶ |
| | | sortChange({ column, prop, order }) { |
| | | if (order === 'descending') { |
| | | order = 'desc' |
| | | } else if (order === 'ascending') { |
| | | order = 'asc' |
| | | } else { |
| | | order = 'desc' |
| | | } |
| | | this.form.order = order |
| | | this.form.prop = prop |
| | | this.getOrganizationSearch() |
| | | }, |
| | | // æ¥è¯¢ |
| | | search() { |
| | | this.getOrganizationSearch() |
| | | }, |
| | | // 导å
¥æé® |
| | | upload() { |
| | | this.shows = true |
| | | this.$refs.importPickerFunc.newDataFunc() |
| | | }, |
| | | colos() { |
| | | this.shows = false |
| | | }, |
| | | // éç½® |
| | | reset() { |
| | | this.form.OrgCode = '' |
| | | this.form.OrgName = '' |
| | | this.form.OrgType = '' |
| | | this.form.UserName = '' |
| | | this.getOrganizationSearch() |
| | | }, |
| | | setting(operation) { |
| | | this.operation = operation |
| | | this.dialogVisible = true |
| | | }, |
| | | // æ°å¢æé® |
| | | add(operation) { |
| | | this.operation = operation |
| | | this.dialogVisible = true |
| | | }, |
| | | // ä¿®æ¹æé® |
| | | edit(operation, row) { |
| | | this.operation = operation |
| | | this.dialogVisible = true |
| | | |
| | | this.$nextTick(() => { |
| | | this.dialogForm.OrgCode = row.org_code |
| | | this.dialogForm.OrgName = row.org_name |
| | | this.dialogForm.SupUnit = row.parent_id |
| | | }) |
| | | }, |
| | | // å é¤æé® |
| | | async del(row) { |
| | | this.$confirm('æ¯å¦ç¡®è®¤å é¤?', 'æç¤º', { |
| | | confirmButtonText: 'ç¡®å®', |
| | | cancelButtonText: 'åæ¶', |
| | | type: 'warning' |
| | | }).then(() => { |
| | | DeleteOrganization({ orgid: row.code }).then(res => { |
| | | if (res.code === '200') { |
| | | this.$message.success('å 餿å!') |
| | | if (this.form.page > 1 && this.tableData.length === 1) { |
| | | this.form.page-- |
| | | } |
| | | this.getOrganizationSearch() |
| | | } |
| | | }) |
| | | }).catch(() => { |
| | | this.$message.info('已忶å é¤') |
| | | }) |
| | | }, |
| | | // å¯¹è¯æ¡å
³éäºä»¶ |
| | | handleClose() { |
| | | this.dialogForm.OrgType = '' |
| | | this.dialogForm.OrgCode = '' |
| | | this.dialogForm.OrgName = '' |
| | | this.dialogForm.SupUnit = '' |
| | | this.$refs.dialogForm.clearValidate() |
| | | }, |
| | | // å¯¹è¯æ¡åæ¶ |
| | | dialogVisibleCancel() { |
| | | this.dialogVisible = false |
| | | }, |
| | | // å¯¹è¯æ¡ç¡®è®¤ |
| | | dialogVisibleConfirm() { |
| | | this.$refs.dialogForm.validate(valid => { |
| | | if (valid) { |
| | | const data = { |
| | | OrganCode: this.dialogForm.OrgCode, |
| | | OrganName: this.dialogForm.OrgName, |
| | | OperType: this.operation === 'add' ? 'Add' : 'Update', |
| | | Operator: getCookie('admin') |
| | | } |
| | | AddUpdateOrganization(data).then(res => { |
| | | if (res.code === '200') { |
| | | this.$message.success(this.operation === 'add' ? 'æ·»å æåï¼' : 'ä¿®æ¹æåï¼') |
| | | this.dialogVisible = false |
| | | this.getOrganizationSearch() |
| | | } else { |
| | | this.$message.error(this.operation === 'add' ? 'æ·»å 失败ï¼' : 'ä¿®æ¹å¤±è´¥ï¼') |
| | | } |
| | | }) |
| | | } |
| | | }) |
| | | }, |
| | | // è·å页é¢é«åº¦ |
| | | getHeight() { |
| | | this.$nextTick(() => { |
| | | this.mainHeight = window.innerHeight - 85 |
| | | this.tableHeight = this.mainHeight - 195 |
| | | this.$refs.tableDataRef.doLayout() |
| | | }) |
| | | }, |
| | | tableRowClassName({ row, rowIndex }) { |
| | | return 'custom-row' |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <!--å
Œ
±é¡µé¢æ ·å¼--> |
| | | <style lang="scss" scoped> |
| | | $main_color: #42b983; |
| | | ::v-deep .el-button--text { |
| | | font-size: 14px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .el-icon-share, .el-icon-delete, .el-icon-edit-outline { |
| | | color: $main_color; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .el-icon-edit-outline { |
| | | margin-right: 15px; |
| | | } |
| | | |
| | | ::v-deep .el-button--primary, .el-button--default, .el-button--info { |
| | | height: 34px; |
| | | display: flex; |
| | | align-items: center; |
| | | padding: 0 15px; |
| | | } |
| | | |
| | | ::v-deep .el-button--primary { |
| | | //background-color: $main_color !important; |
| | | } |
| | | |
| | | ::v-deep .el-button--default { |
| | | background-color: #f8f8fa; |
| | | border: none; |
| | | } |
| | | |
| | | ::v-deep .el-input__inner { |
| | | height: 34px; |
| | | line-height: 34px; |
| | | //color: #a7a7a7; |
| | | } |
| | | |
| | | ::v-deep .el-dialog__body { |
| | | padding: 20px 100px !important; |
| | | } |
| | | |
| | | ::v-deep .dialogVisibleRoles .el-dialog__body { |
| | | padding: 20px 20px !important; |
| | | } |
| | | |
| | | ::v-deep .importPickerClass .el-dialog__body { |
| | | padding: 20px 20px !important; |
| | | } |
| | | |
| | | ::v-deep .el-dialog__footer { |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | } |
| | | |
| | | ::v-deep .el-table .caret-wrapper { |
| | | transform: scale(0.8); |
| | | } |
| | | |
| | | ::v-deep .cell { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | ::v-deep .el-table::before { |
| | | height: 0; |
| | | } |
| | | |
| | | ::v-deep .el-table__body-wrapper { |
| | | background-color: #f8f8fa; |
| | | } |
| | | |
| | | ::v-deep .el-table__body .el-table__row.hover-row td { |
| | | background-color: #eaecef; |
| | | } |
| | | |
| | | ::v-deep .el-form--inline .el-form-item__label { |
| | | color: #a7a7a7; |
| | | } |
| | | |
| | | .body ::v-deep .el-divider { |
| | | border: 1px solid #eee; |
| | | width: 99%; |
| | | margin: 10px auto; |
| | | } |
| | | |
| | | .body ::v-deep .el-form-item { |
| | | margin-bottom: 0; |
| | | } |
| | | |
| | | .userDialogVisible ::v-deep .el-form-item { |
| | | margin-bottom: 0; |
| | | } |
| | | |
| | | ::v-deep .el-select__caret { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | |
| | | .tableFixed { |
| | | ::v-deep .el-table__fixed-right { |
| | | height: 100% !important; |
| | | } |
| | | |
| | | ::v-deep .el-table__fixed { |
| | | height: 100% !important; |
| | | } |
| | | |
| | | ::v-deep .el-input__icon { |
| | | line-height: 35px; |
| | | } |
| | | |
| | | } |
| | | </style> |
| | | <style> |
| | | |
| | | .el-table .custom-row { |
| | | background: #f8f8fa; |
| | | } |
| | | </style> |