@ -14,7 +14,8 @@ function padding(s, len) {
export default {
calcTableMaxHeight(cssSelector) {
debugger;
var table=document.querySelector(cssSelector);
var innerHeight=window.innerHeight
var defaultInnerHeight=913;
@ -257,7 +257,7 @@
},
mounted() {
this.$nextTick(() => {
this.tableHeight = util.calcTableMaxHeight('el-table');
this.tableHeight = util.calcTableMaxHeight(".el-table");
this.getXmEnvLists();
});
}
@ -274,7 +274,7 @@
this.getXmFiles();
@ -527,7 +527,7 @@ import XmIterationSelect from './XmIterationSelect.vue';
this.getXmIterations();
// console.log(this.dateRanger,this.dateRangerOnline);
@ -353,7 +353,7 @@
@ -332,7 +332,7 @@
this.getXmIterationMenus();
/** 举例,
@ -930,7 +930,7 @@
this.getXmMenus();
@ -1086,7 +1086,7 @@
if(this.selProject){
subHeight=110/1000 * window.innerHeight;
@ -421,7 +421,7 @@
@ -577,7 +577,7 @@
listOption([{categoryId:'all',itemCode:'xmMenuPlanStatus'} ]).then(res=>{
@ -483,7 +483,7 @@
listOption([{categoryId:'all',itemCode:'xmMenuStateStatus'} ]).then(res=>{
@ -653,7 +653,7 @@ import XmProductSelect from './XmProductSelect.vue';
this.tableHeight = util.calcTableMaxHeight('.el-table');
this.getXmProducts();
@ -307,7 +307,7 @@
@ -227,7 +227,7 @@
this.getXmProductStates();
@ -214,7 +214,7 @@ XmProjectList
this.showInfo = false;
this.getXmProjects();
@ -155,7 +155,7 @@
@ -78,7 +78,7 @@
</el-row>
<el-row class="page-main">
<!--列表 XmProject xm_project-->
<el-row v-show="showType" v-loading="load.list" style="overflow:auto;" class="page-height-70">
<el-row v-show="showType" v-loading="load.list" :style="{overflow:'auto'}" class="page-height-70">
<el-col v-cloak v-for="(p,i) in ScreenData" :key="i" :xl="8" :lg="8" :md="8" :sm="12">
<el-card @click.native="intoInfo(p,i)" class="project-card" shadow="always">
<div class="project-name" title="这是项目名称">{{p.name}}</div>
@ -243,7 +243,7 @@
this.getXmProjectContracts();
@ -321,7 +321,7 @@
console.log(this.currProject);
this.getXmProjectEnvLists();
@ -270,7 +270,7 @@ XmProjectGroupStateOverview
this.getXmProjectGroupStates();
@ -230,7 +230,7 @@
this.getXmProjectGroupUserCandidates();
@ -253,7 +253,7 @@
this.getXmProjectKpis();
@ -347,7 +347,7 @@
this.getXmProjectMBudgetCostNousers();
@ -352,7 +352,7 @@
this.getXmProjectMBudgetCostUsers();
@ -348,7 +348,7 @@
this.getXmProjectMCostNousers();
@ -242,7 +242,7 @@
this.getXmProjectMCostUsers();
@ -1304,7 +1304,7 @@ import XmProjectGroupSelect from '../xmProjectGroup/XmProjectGroupSelect.vue';
this.getXmProjectPhases();
@ -943,7 +943,7 @@
this.getXmQuestions();
listOption([{categoryId:'all',itemCode:'bugSeverity'},{categoryId:'all',itemCode:'bugSolution'},{categoryId:'all',itemCode:'bugStatus'},{categoryId:'all',itemCode:'bugType'},{categoryId:'all',itemCode:'urgencyLevel'}] ).then(res=>{
@ -266,7 +266,7 @@
if(this.projectId){
subHeight=100/1000 * window.innerHeight;
this.getXmRecords();
@ -469,7 +469,7 @@
this.filters.selProject=this.selProject
this.$nextTick(()=>{
this.getXmTasks();
listOption([{categoryId:'all',itemCode:'planType'},{categoryId:'all',itemCode:'taskType'},{categoryId:'all',itemCode:'urgencyLevel'},{categoryId:'all',itemCode:'priority'}]).then(res=>{
@ -402,7 +402,7 @@
@ -2441,7 +2441,7 @@ export default {
listOption([
{ categoryId: "all", itemCode: "planType" },
{ categoryId: "all", itemCode: "taskType" },
@ -1667,7 +1667,7 @@ export default {
@ -819,7 +819,7 @@
this.getXmTaskExecusers();
@ -460,7 +460,7 @@
listOption([{categoryId:'all',itemCode:'sex'},{categoryId:'all',itemCode:'grade'}] ).then(res=>{
@ -768,7 +768,7 @@
this.getXmTestCaseExecs();