Browse Source

优化任务

master
陈裕财 5 years ago
parent
commit
c8e9c0da38
  1. 6
      src/views/xm/core/xmTask/XmTaskMng.vue

6
src/views/xm/core/xmTask/XmTaskMng.vue

@ -1,10 +1,10 @@
<template> <template>
<section> <section>
<el-row v-show="batchEditVisible==false" > <el-row v-show="batchEditVisible==false" >
<el-col :span="4" class="app-container">
<xm-project-phase-mng v-if="isTaskCenter!='1' && currentProject " :sel-project="currentProject" :simple="true" @row-click="projectPhaseRowClick" @clear-select="clearSelectPhase"></xm-project-phase-mng>
<el-col v-if="isTaskCenter!='1' && currentProject " :span="4" class="app-container">
<xm-project-phase-mng :sel-project="currentProject" :simple="true" @row-click="projectPhaseRowClick" @clear-select="clearSelectPhase"></xm-project-phase-mng>
</el-col> </el-col>
<el-col :span="20" class="app-container">
<el-col :span="isTaskCenter!='1' && currentProject?20:24" class="app-container">
<el-row> <el-row>
<el-menu active-text-color="#00abfc" :default-active="selkey" @select="changeSelKey" class="el-menu-demo" mode="horizontal"> <el-menu active-text-color="#00abfc" :default-active="selkey" @select="changeSelKey" class="el-menu-demo" mode="horizontal">
<el-menu-item class="showall" index="all">全部状态</el-menu-item> <el-menu-item class="showall" index="all">全部状态</el-menu-item>

Loading…
Cancel
Save