|
@@ -51,8 +51,8 @@
|
|
<!-- 内容主体区域 -->
|
|
<!-- 内容主体区域 -->
|
|
<div class="contents" v-if="allWrong">
|
|
<div class="contents" v-if="allWrong">
|
|
<div class="headine headConCon" ref="headine" :style="'width:'+(windowWidth - 400)+'px'">
|
|
<div class="headine headConCon" ref="headine" :style="'width:'+(windowWidth - 400)+'px'">
|
|
- <h3 ref="headHe" style="padding-left: 10px;float:left;">{{shuz[ins]}}</h3>
|
|
|
|
- <div class="headScreen">
|
|
|
|
|
|
+ <h3 ref="headHe" style="padding-left: 10px;float:left;width:15%">{{shuz[ins]}}</h3>
|
|
|
|
+ <div class="headScreen" style="width:60%">
|
|
<!-- 客户项目利润表的筛选 -->
|
|
<!-- 客户项目利润表的筛选 -->
|
|
<template v-if="ins == 4">
|
|
<template v-if="ins == 4">
|
|
<el-select v-model="customerId" placeholder="请选择客户" clearable filterable size="small" @change="selcts(4)" style="margin-right:20px">
|
|
<el-select v-model="customerId" placeholder="请选择客户" clearable filterable size="small" @change="selcts(4)" style="margin-right:20px">
|
|
@@ -112,7 +112,7 @@
|
|
<el-option v-for="item in firstStages" :key="item" :label="item" :value="item"></el-option>
|
|
<el-option v-for="item in firstStages" :key="item" :label="item" :value="item"></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
- <p style="float: right;margin-right: 25px;" ><el-button type="primary" @click="exportExcel" size="mini">报表导出</el-button></p>
|
|
|
|
|
|
+ <p style="float: right;margin-right: 25px;width:10%" ><el-button type="primary" @click="exportExcel" size="mini">报表导出</el-button></p>
|
|
</div>
|
|
</div>
|
|
<div ref="staff" style="margin: 5px 0px 0px 10px; width: 98%">
|
|
<div ref="staff" style="margin: 5px 0px 0px 10px; width: 98%">
|
|
<div class="staff" ref="tabless" :style="'width:'+(windowWidth - 410)+'px'">
|
|
<div class="staff" ref="tabless" :style="'width:'+(windowWidth - 410)+'px'">
|