123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967 |
- <template>
- <div id="MyDiv" :class="{ nocopy: $route.query.status }">
- <el-row type="flex" justify="space-between" style="margin-bottom: 10px;">
- <el-tabs v-model="currentTab">
- <el-tab-pane label="未编目首页" name="1" />
- <el-tab-pane label="已编目首页" name="2" />
- </el-tabs>
- <div v-if="$route.query.from == 'review'">
- <el-button type="primary" @click="caseShow = !caseShow">申诉问题</el-button>
- </div>
- <div v-else>
- <el-button type="primary" @click="toExamine" :disabled="review_status == 2">审核通过</el-button>
- <el-button type="primary" @click="caseShow = !caseShow">病历智审结果</el-button>
- </div>
- </el-row>
- <div class="cont_container">
- <!-- 左侧点击列表部分 -->
- <div class="cont-left-tiem">
- <ul class="el-menu-vertical-demo el-menu">
- <li class="li-left-item" :class="is_active == 0 ? 'is-active' : ''" @click="clickTree(0, '住院病案')">
- <span>住院病案</span>
- </li>
- <li v-for="(item, index) in treeList" :key="index"
- :class="[is_active == item.bllb && item.bllb != 49 ? 'is-active' : '', item.bllb == 49 || [2000002, 294, 303, 329, 288, 34, 87].includes(item.bllb) ? 'li-left-itemyz' : 'li-left-item']"
- @click="clickTree(item.bllb, item.name, item)">
- <span>{{ item.name }}</span>
- <div v-if="item.bllb == 49">
- <div :class="['li-left-item-li', is_active == '长期医嘱' ? 'is-active' : '']" data-li="49-1" :id="item.bllb">
- 长期医嘱</div>
- <div :class="['li-left-item-li', is_active == '临时医嘱' ? 'is-active' : '']" data-li="49-2" :id="item.bllb">
- 临时医嘱</div>
- </div>
- <div v-if="item.bllb == 2000002">
- <div v-for="(jitem, jindex) in item.list" :id="jitem.type" :key="jindex"
- :class="['li-left-item-li', is_active == jitem.ExamType ? 'is-active' : '']">
- {{ jitem.name }}
- </div>
- </div>
- <!-- 病程记录、手术记录 -->
- <div v-if="[294, 303, 329, 288, 34, 87].includes(item.bllb)">
- <div v-for="(jitem, jindex) in item.list" :id="`${jitem.blbh}`" :key="jindex"
- :class="['li-left-item-li', is_active == jitem.blbh ? 'is-active' : '']" :title="jitem.name.trim()">
- {{ jitem.name.trim() }}
- </div>
- </div>
- </li>
- </ul>
- </div>
- <div class="cont-left-file" @mouseup.prevent="handleMouseupHandle" @contextmenu.prevent="openMenu($event)">
- <div v-if="is_active == 0">
- <mainHomePage ref="main" :data="mainHomeData" :if-file="ifFile" />
- </div>
- <div v-else-if="parentType == 292">
- <!-- 入院记录 -->
- <admissionRecord :data="admissionRecord" :if-file="ifFile" />
- </div>
- <div v-else-if="parentType == '1' && is_active == 1">
- <!-- 出院记录 -->
- <OutHospitalRecord :data="outHospitalRecordData" />
- </div>
- <div v-else-if="parentType == 294">
- <!-- 病程记录 -->
- <div>病程记录</div>
- <CaseRecord v-if="caseRecodeInfo.is_format === 1" :data="caseRecodeInfo" />
- <NoFormatText v-else :text="caseRecodeInfo.content" :data="caseRecodeInfo" name="" />
- </div>
- <div v-else-if="parentType == 303">
- <!-- 手术记录 -->
- <template v-if="surgeryData.is_format">
- <ShouShuRecord1 v-if="surgeryData.type === 1" :data="surgeryData" />
- <ShouShuRecord2 v-if="surgeryData.type === 2" :data="surgeryData" />
- <ShouShuRecord4 v-if="surgeryData.type === 4" :data="surgeryData" />
- </template>
- <NoFormatText v-else :text="surgeryData.content" :data="surgeryData" :name="blname_title" />
- </div>
- <div v-else-if="is_active == '长期医嘱'">
- <!-- 长期医嘱 -->
- <medicalAdvice :data-obj="longAdvice" />
- </div>
- <div v-else-if="is_active == '临时医嘱'">
- <!-- 临时医嘱 -->
- <medicalTemporary :data-obj="happensAdvice" />
- </div>
- <div v-else-if="parentType == '2000002' && is_active == '1'">
- <!-- 病历图文报告 -->
- <caseImageText :data-obj-arr="pacsDetail" />
- </div>
- <div v-else-if="parentType == '2000002' && is_active == '2'">
- <!-- 超声诊断 -->
- <ultrasound :data-obj-arr="pacsDetail" />
- </div>
- <div v-else-if="parentType == '2000002' && is_active == '3'">
- <!-- 影像诊断 -->
- <imaging :data-obj-arr="pacsDetail" />
- </div>
- <div v-else-if="parentType == '2000002' && is_active == '4'">
- <!-- 为心电 -->
- <electrocar :data-obj-arr="pacsDetail" />
- </div>
- <div v-else-if="parentType == '2000002' && is_active == '5'">
- <!-- 检验报告单 病理 -->
- <checkout :data-obj-arr="pacsDetail" />
- </div>
- <div v-else-if="parentType == '2000002' && is_active == '6'">
- <!-- 內窥镜检查报告 病理 -->
- <sightGlass :data-obj-arr="pacsDetail" />
- </div>
- <div v-else-if="is_active == 288 || is_active == 18">
- <!-- 死亡记录 或者 24小时内入院记录 -->
- <DeathText :data-obj-arr="dataObj" v-if="update" />
- </div>
- <div v-else>
- <div v-if="update">
- <newContFile v-for="(item, index) of text" :key="index" :text="item.HJNR" :name="name_title" />
- </div>
- </div>
- </div>
- <div class="case-content" v-show="caseShow">
- <!-- status 不存在 意味着不脱敏、医院自助查询 -->
- <template v-if="!$route.query.status">
- <!-- 住院病案质控 -->
- <CaseQualityBox v-if="results.data" @clickAppealBtn="clickAppealBtn" :width="340"
- :height="820" ref="CaseQualityBox" :caseShow="caseShow" @close="handleClose"
- :MED_REC_ID="mainHomeData.MED_REC_ID" :CWH="mainHomeData.CWH" :AAA29="mainHomeData.AAA29" @changeTab="(e) => currentTab = e"/>
- </template>
- </div>
- <!-- 添加质控结果 -->
- <CreateControlResultDialogVue v-if="dialogData.bSwitch" :AAA28="mainHomeData.AAA28" :data="dialogData"
- @refresh="handelRefreshResults" :MED_REC_ID="mainHomeData.MED_REC_ID" :CWH="mainHomeData.CWH"
- :AAA29="mainHomeData.AAA29" :JSKS="mainHomeData.AAC11C" @close="handleUpdate" :currentTreeItem="currentTreeItem"/>
- <!-- 右键菜单 -->
- <div class="dialog-box">
- <el-dialog title="通知" :show-close="false" :visible.sync="gridCustomizeVisible" width='350px'>
- 请确认是否编辑整改通知
- <span slot="footer" class="dialog-footer">
- <el-button @click="gridCustomizeVisible = false">取 消</el-button>
- <el-button type="primary" @click="onCreate">确 认</el-button>
- </span>
- </el-dialog>
- </div>
- <!-- <ul v-show="gridCustomizeVisible" :style="{ left: left + 'px', top: top + 'px' }" class="contextmenu">
- <li @click="onCreate">添加</li>
- </ul> -->
- </div>
- <!-- 审核申诉弹窗 -->
- <div class="dialog-box">
- <el-dialog title="审核结果" :visible.sync="dialogVisible" :close-on-click-modal="false" width="340px">
- <el-form ref="form" :model="alertForm">
- <el-form-item label="驳回原因:">
- <el-input v-model="alertForm.describe" type="textarea" placeholder="请输入驳回原因" />
- </el-form-item>
- <el-form-item label="审核科室:">
- <el-input v-model="alertForm.case_document" placeholder="审核科室" />
- <!-- <el-select v-model="alertForm.case_document">
- <el-option v-for="(v,k) in groupList" :key="k" :label="v.name" :value="v.name"/>
- </el-select> -->
- </el-form-item>
- <el-form-item label="审核医师:">
- <el-input v-model="alertForm.case_docter" placeholder="审核医师" />
- </el-form-item>
- <el-form-item label="手机号">
- <el-input v-model="alertForm.case_docter_mobile" placeholder="手机号" />
- </el-form-item>
- </el-form>
- <span slot="footer" class="dialog-footer">
- <el-button type="primary" @click="editSubmit">确 定</el-button>
- <el-button @click="dialogVisible = false">取 消</el-button>
- </span>
- </el-dialog>
- </div>
- </div>
- </template>
- <script>
- import Mmenu from '@/components/m-menu'
- import mainHomePage from './contFile/mainHomePage'
- import newContFile from './contFile/newContFile'
- import admissionRecord from './contFile/admissionRecord'
- import medicalAdvice from './contFile/medicalAdvice'
- import medicalTemporary from './contFile/medicalTemporary'
- import caseImageText from './report/caseImageText'
- import ultrasound from './report/ultrasound'
- import imaging from './report/imaging'
- import electrocar from './report/electrocar'
- import checkout from './report/checkout'
- import sightGlass from './report/sightGlass'
- import CaseRecord from './components/CaseRecord2.vue'
- import ShouShuRecord1 from './components/ShouShuRecord1.vue'
- import ShouShuRecord2 from './components/ShouShuRecord2.vue'
- import ShouShuRecord4 from './components/ShouShuRecord4.vue'
- import NoFormatText from './components/NoFormatText.vue'
- import OutHospitalRecord from './components/OutHospitalRecord.vue'
- import CaseQualityBox from './components/CaseQualityBox2.vue'
- import DeathText from './components/DeathText.vue'
- import CreateControlResultDialogVue from './components/CreateControlResultDialog.vue'
- import { getTreeList, getBlMenuList, getCaseQuality, getCasePlatform, getAllCase, getLong, getTemporary, getPacsData, getBcData, getHomeData, getSurgeryData, applyForReview } from '@/api/qc'
- import { getCaseExamineAppeal } from '@/api/admin'
- import { getToken, removeToken } from '@/utils/auth'
- export default {
- components: {
- Mmenu,
- mainHomePage,
- newContFile,
- admissionRecord,
- medicalAdvice,
- medicalTemporary,
- caseImageText,
- ultrasound,
- imaging,
- electrocar,
- sightGlass,
- checkout,
- CaseRecord,
- ShouShuRecord1,
- ShouShuRecord2,
- ShouShuRecord4,
- NoFormatText,
- OutHospitalRecord,
- CaseQualityBox,
- DeathText,
- CreateControlResultDialogVue
- },
- directives: {},
- filters: {},
- extends: {},
- mixins: {},
- props: {},
- data() {
- return {
- currentTreeItem: null,
- currentTab: "1",
- mainHomeData: {},
- admissionRecord: {},
- longAdvice: {},
- happensAdvice: {},
- valData: '',
- ifFile: false,
- treeList: [],
- is_active_blbh: 0,
- is_active: 0,
- parentType: 0,
- name_title: '',
- text: [],
- update: true,
- titleName: '住院病案',
- pacsDetail: {},
- // 病程记录详情
- caseRecodeInfo: {
- is_format: 1
- },
- surgeryData: {
- mzfj: [],
- ssqk: [],
- sscxsj: [],
- sslb: [],
- is_format: 0
- },
- outHospitalRecordData: {
- name: {},
- ry_time: {},
- sex: {},
- age: {},
- cy_time: {},
- zyts: {},
- ryqk: {},
- cbzd: {},
- zljg: {},
- cyqk: {},
- cyzd: {},
- cyyz: {}
- },
- dataObj: [],
- results: null,
- dialogData: {
- bSwitch: false,
- text: '',
- blbh: ''
- },
- top: 0,
- left: 0,
- gridCustomizeVisible: false,
- dialogVisible: false,
- alertForm: {},
- appealInfo: {},
- review_status: 0,
- caseShow: false,
- resultsData: null,
- }
- },
- computed: {
- bcjlLiIds() {
- // 病程记录子项数据
- const arr = Object.values(this.treeList).filter(item => item.bllb === 294)
- const liIds = []
- if (arr.length) {
- if (arr[0].list) {
- for (let i = 0; i < arr[0].list.length; i++) {
- liIds.push(arr[0].list[i].blbh)
- }
- }
- }
- return liIds
- },
- shoushuLiIds() {
- // 病程记录子项数据
- const arr = Object.values(this.treeList).filter(item => item.bllb === 303)
- const liIds = []
- if (arr.length) {
- if (arr[0].list) {
- for (let i = 0; i < arr[0].list.length; i++) {
- liIds.push(arr[0].list[i].blbh)
- }
- }
- }
- return liIds
- },
- blname_title() {
- let title
- const type = this.surgeryData.type
- if (type === 1) {
- title = '手术风险评估表'
- } else if (type === 2) {
- title = '手术安全核查表'
- } else if (type === 3) {
- title = '手术同意书'
- } else if (type === 4) {
- title = '手术记录'
- }
- return title
- }
- },
- watch: {
- //变量名
- gridCustomizeVisible(val) {
- if (val) {
- //点击事件,调用方法
- document.body.addEventListener("click", this.closeMenu);
- } else {
- document.body.removeEventListener("click", this.closeMenu);
- }
- },
- currentTab() {
- this.funQuery()
- }
- },
- mounted() {
- this.getInitData();
- },
-
- methods: {
- getInitData() {
- this.valData = this.$route.query.ZYH
- if (this.valData) {
- this.funQuery()
- this.getCaseQualityResults()
- }
- this.getTree();
- this.getDataExamine();
- },
- //申述提交
- editSubmit() {
- let that = this;
- let params = {
- id: that.appealInfo.id,
- status: that.appealInfo.status,
- describe: that.alertForm.describe,
- case_document: that.alertForm.case_document,
- case_docter: that.alertForm.case_docter,
- case_docter_mobile: that.alertForm.case_docter_mobile,
- }
- let index = that.appealInfo.index;
- getCaseExamineAppeal(params).then(res => {
- const { c } = res
- if (c == 0) {
- that.$message('提交成功');
- that.dialogVisible = false;
- that.alertForm = {};
- that.$refs.CaseQualityBox.editSubmit(index);
- that.$refs.CaseQualityBox.qualityBazb(index);
- } else {
- that.$message('提交失败');
- }
- })
- },
- clickAppealBtn(e) {
- let that = this;
- that.appealInfo = e;
- that.alertForm.case_document = localStorage.getItem('KSMC');
- that.alertForm.case_docter = localStorage.getItem('realname');
- if (e.status == 1) {
- // 通过
- that.editSubmit();
- } else {
- that.dialogVisible = true;
- }
- },
- // 刷新质控结果
- handelRefreshResults() {
- this.getCaseQualityResults()
- if (this.$refs.CaseQualityBox) {
- this.$refs.CaseQualityBox.getTabsData();
- }
- },
- // 鼠标右击事件
- openMenu(e) {
- //获取右击时得坐标
- var x = e.pageX;
- var y = e.pageY;
- //top,left在data种定义,初始值为0
- //top,left是右键菜单得坐标值,可以通过运算调整
- this.top = y - 80;
- this.left = x - 200;
- if (this.dialogData.text) {
- this.gridCustomizeVisible = true;
- }
- },
- closeMenu() {
- this.gridCustomizeVisible = false;
- },
- // 鼠标右击事件
- onCreate() {
- this.dialogData.bSwitch = true
- },
- // 鼠标事件
- handleMouseupHandle() {
- const text = window.getSelection().toString()
- if (text.trim().length) {
- this.dialogData.blbh = this.is_active_blbh
- this.dialogData.text = text
- }
- },
- // 获取新病案指控结果
- getCaseQualityResults() {
- let that = this;
- const params = {
- id: that.valData
- }
- getCaseQuality(params).then(res => {
- that.results = null;
- that.$nextTick(() => {
- that.results = res.data;
-
- })
- }).catch(e => {
- console.log(e)
- })
- },
- reload() {
- // 移除组件
- this.update = false
- // 在组件移除后,重新渲染组件
- // this.$nextTick可实现在DOM 状态更新后,执行传入的方法。
- this.$nextTick(() => {
- this.update = true
- })
- },
- funEdit() {
- this.ifFile = true
- this.$message('errer:功能待开发')
- },
- getback() {
- this.$router.go(-1)
- },
- /**
- * 跳转对应病历首页
- */
- getBlankIndexss(item) {
- this.$refs.main.getBlankIndex(item)
- },
- funQuery() {
- const params = {
- [this.currentTab == '1' ? 'ZYH' : 'id']: this.valData
- }
- if (this.$route.query.status) {
- params.is_tm = 1
- }
- if(this.currentTab == '1') {
- this.$axios.post('/home_sz_quality/blInfo', params).then(res => {
- this.mainHomeData = res.data
- this.is_active_blbh = this.mainHomeData.MED_REC_ID
- })
- } else {
- getHomeData(params).then(res => {
- this.mainHomeData = res.data
- this.is_active_blbh = this.mainHomeData.MED_REC_ID
- })
- }
- },
- getTree() {
- const that = this
- const pramse = {
- id: this.valData
- }
- this.$axios.post('/getTree', pramse).then(res => {
- that.treeList = res.data
- })
- },
- clickTree(b, n, item) {
- console.log('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>', item)
- this.currentTreeItem = {...item}
- if (item) {
- if (item.blbh) {
- this.is_active_blbh = item.blbh
- } else {
- this.is_active_blbh = event.target.id
- }
- } else {
- // this.is_active_blbh = this.mainHomeData.MED_REC_ID
- this.is_active = 0;
- this.funQuery();
- }
- this.titleName = n
- this.parentType = b
- const that = this
- // 判断点击的
- if (event.target.id || !item?.list) {
- if (event.target.outerText == '长期医嘱' || event.target.outerText == '临时医嘱') {
- that.is_active = event.target.outerText;
- } else if (b == 2000002) {
- that.is_active = event.target.id;
- } else if (b == 294) {
- that.is_active = event.target.id;
- } else if (b == 303) {
- that.is_active = event.target.id;
- } else {
- that.is_active = b;
- }
- }
- that.name_title = n
- if (b != 0 && b != 292 && b != 1) {
- const params = {
- MED_REC_ID: that.valData,
- bllb: b
- }
- if (this.$route.query.status) {
- params.is_tm = 1
- }
- this.$axios.post('/getAllCase', params).then(res => {
- that.text = res.data
- that.dataObj = res.data
- that.reload()
- })
- } else if (b == 292) {
- // 获取详情
- const params = {
- id: this.valData,
- bllb: b
- }
- if (this.$route.query.status) {
- params.is_tm = '1'
- }
- getCasePlatform(params).then(res => {
- this.admissionRecord = res.data
- })
- } else if (b == 1) {
- // 获取详情
- const params = {
- id: this.valData,
- bllb: b
- }
- if (this.$route.query.status) {
- params.is_tm = 1
- }
- getCasePlatform(params).then(res => {
- this.outHospitalRecordData = res.data;
- })
- }
- if (that.is_active == '长期医嘱') {
- // 长期医嘱
- const params = {
- AAA28: that.valData
- }
- if (this.$route.query.status) {
- params.is_tm = 1
- }
- getLong(params).then(res => {
- this.longAdvice = res.data
- })
- }
- if (that.is_active == '临时医嘱') {
- // 临时医嘱
- const params = {
- AAA28: that.valData
- }
- if (this.$route.query.status) {
- params.is_tm = 1
- }
- getTemporary(params).then(res => {
- this.happensAdvice = res.data
- })
- }
- if (that.parentType == '2000002' && that.is_active != '') {
- // 报告单 相关
- const parm = {
- type: Number(that.is_active)
- }
- if (this.$route.query.status) {
- parm.is_tm = 1
- }
- const treeListArr = Object.values(that.treeList)
- treeListArr.forEach((item, index) => {
- if (item.bllb == 2000002) {
- parm.zyh = Number(item.list[0].ZYH)
- }
- })
- getPacsData(parm).then(res => {
- this.pacsDetail = res.data
- })
- }
- // 病程记录
- if (item.bllb === 294) {
- if (that.is_active) {
- // 请求前先重置之前的数据
- that.caseRecodeInfo = {}
- const parm = { blbh: that.is_active }
- if (this.$route.query.status) {
- parm.is_tm = 1
- }
- getBcData(parm).then(res => {
- that.caseRecodeInfo = res.data[0].bc_data
- that.caseRecodeInfo.is_format = res.data[0].is_format
- })
- }
- }
- // 手术记录
- if (item.bllb === 303) {
- if (that.is_active) {
- // 请求前先重置之前的数据
- that.surgeryData = {}
- const parm = { blbh: that.is_active }
- if (this.$route.query.status) {
- parm.is_tm = 1
- }
- getSurgeryData(parm).then(res => {
- that.surgeryData = res.p[0].surgery_data
- that.surgeryData.is_format = res.p[0].is_format
- })
- }
- }
- },
- /**
- * 批量审核
- */
- toExamine() {
- this.$confirm('是否确认通过?', '提示', {
- confirmButtonText: '是',
- cancelButtonText: '否',
- type: 'warning'
- }).then(() => {
- var ZYH = [this.valData];
- applyForReview({ ZYH: ZYH, status: 2 }).then(res => {
- this.$message.success(res.msg || '申请成功');
- this.getDataExamine();
- this.$router.back();
- }).catch(error => {
- console.log(error);
- })
- }).catch(() => {
-
- });
- },
- /**
- * 获取审核状态
- */
- getDataExamine() {
- var ZYH = this.valData;
- this.$axios.post('/getDataExamine', { ZYH: ZYH }).then(res => {
- this.review_status = res.data.review_status ?? 0;
- })
- },
- handleAnimationEnd(event) {
- if (event.animationName === 'casehidden' && !this.caseShow) {
- // 动画结束后隐藏元素
- this.caseShow = false;
- }
- },
- handleClose() {
- this.caseShow = false; // 关闭弹框
- },
- handleUpdate() {
- this.dialogData.bSwitch = false
- this.getInitData();
- this.caseShow = true
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- #MyDiv {
- margin: 0;
- padding: 0 !important;
- }
- .nocopy {
- user-select: none;
- }
- .header {
- margin: 10px 20px;
- text-align: right;
- display: flex;
- justify-content: flex-end;
- }
- .cont_container {
- display: flex;
- justify-content: center;
- height: calc(100% - 64px)
- }
- .cont-left-tiem {
- width: 250px;
- // margin: 0 0 0 15px;
- // min-height: 650px;
- height: 100%;
- overflow-y: scroll;
- background: #ffffff;
- }
- .cont-left-file {
- flex: 1;
- // min-height: 650px;
- margin: 0 5px;
- height: 100%;
- overflow-y: scroll;
- background: #ffffff;
- border: 1px solid #e2e2e2;
- padding: 10px;
- }
- .li-router {
- display: inline-block;
- width: 100%;
- height: 100%;
- }
- .li-left-item {
- line-height: 56px;
- font-size: 14px;
- color: #303133;
- padding: 0 20px;
- cursor: pointer;
- -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
- transition: border-color 0.3s, background-color 0.3s, color 0.3s;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .li-left-itemyz {
- line-height: 56px;
- font-size: 14px;
- color: #303133;
- padding-left: 20px;
- -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
- transition: border-color 0.3s, background-color 0.3s, color 0.3s;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- .li-left-item-li {
- width: 100%;
- line-height: 36px;
- padding: 0 20px;
- cursor: pointer;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .li-left-item-li:hover {
- outline: 0;
- background-color: #ecf5ff;
- }
- }
- .li-left-item:focus,
- .li-left-item:hover {
- outline: 0;
- background-color: #ecf5ff;
- }
- .is-active {
- color: #409eff;
- }
- .dialog-box {
- ::v-deep .el-dialog__header {
- padding: 10px 20px;
- background: rgb(27, 100, 169);
- color: #fff !important;
- .el-dialog__title {
- color: #fff;
- }
- .el-dialog__headerbtn {
- top: 14px;
- }
- }
- ::v-deep .el-dialog__body {
- .el-form-item {
- background: #fff;
- }
- .el-input {
- width: 100%;
- input {
- height: 35px;
- border: 1px solid #C0C4CC;
- border-radius: 6px;
- }
- }
- }
- }
- </style>
- <style>
- /* ================================== 文本形式样式 ↓ ======================== */
- .refachInput span {
- height: auto;
- line-height: 1;
- padding: 10px 0;
- }
- .refachInput span.refachInput-text {
- padding-left: 12px;
- }
- .el-row--flex.is-justify-space-around {
- justify-content: flex-start;
- }
- .member-infobox {
- width: 100%;
- }
- .member-infobox .info-box-1 {
- /* display: flex;
- flex-wrap: wrap; */
- margin-top: 20px;
- }
- .infoBox-items {
- width: auto;
- display: flex;
- align-items: center;
- padding: 8px 0;
- }
- .padding-left20 {
- padding-left: 20px;
- }
- .padding-right20 {
- padding-right: 20px;
- }
- .infoBox-title {
- color: #333;
- font-size: 12px;
- font-weight: bold;
- }
- .infoBox-items-text {
- color: #666;
- font-size: 12px;
- padding-left: 5px;
- padding-right: 20px;
- }
- .title-ff0000 {
- color: #ff0000;
- }
- /* 高亮 */
- .choose-twinkle {
- font-size: 20px;
- color: red;
- font-weight: 600;
- background: yellow;
- }
- .table-value-look {
- padding-left: 12px;
- color: #ff0000;
- cursor: pointer;
- }
- /* 右键菜单 */
- .contextmenu {
- margin: 0;
- background: #fff;
- z-index: 3000;
- position: absolute;
- list-style-type: none;
- padding: 5px 0;
- border-radius: 4px;
- font-size: 12px;
- font-weight: 400;
- color: #333;
- box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
- }
- .contextmenu li {
- margin: 0;
- padding: 7px 16px;
- cursor: pointer;
- }
- .contextmenu li:hover {
- background: #eee;
- }
- .case-content {
- width: 340px;
- background-color: #fff;
- }
- .case-content-hidden {
- width: 0px;
- animation: casehidden 1.4s ease;
- /*动画名称:loading 动画时长:1.4s 动画循环:infinite*/
- }
- .case-content-show {
- width: 340px;
- /*初始宽度*/
- animation: caseshow 1.4s ease;
- /*动画名称:loading 动画时长:1.4s 动画循环:infinite*/
- }
- @keyframes caseshow {
- 0% {
- width: 0px;
- /*初始宽度*/
- }
- 100% {
- width: 340px;
- /*结束宽度*/
- }
- }
- @keyframes casehidden {
- 0% {
- width: 340px;
- /*初始宽度*/
- }
- 100% {
- width: 0px;
- /*结束宽度*/
- }
- }
- </style>
|