|
|
|
@ -48,7 +48,6 @@
|
|
|
|
|
<a-col :span="13" v-if="tabIndex==1">
|
|
|
|
|
<bgBox :largeBgTitle="submit">
|
|
|
|
|
<submitInfo :type="tabIndex" :searchTime="searchTime" :largeSummary="true"></submitInfo>
|
|
|
|
|
<!--<org-dept-summary :pageType="pageType"></org-dept-summary>-->
|
|
|
|
|
</bgBox>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col style="width: calc(29% - 10px) !important;" v-if="tabIndex==2||tabIndex==3">
|
|
|
|
@ -70,7 +69,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<script>
|
|
|
|
|
import {Icon, Row, Col, Spin, Select} from 'ant-design-vue';
|
|
|
|
|
import {Row, Col, Select} from 'ant-design-vue';
|
|
|
|
|
import tabComponent from './tabComponent.vue'
|
|
|
|
|
import bgBox from './bgBox.vue'
|
|
|
|
|
import DateChoose from '../common/dateChoose.vue'
|
|
|
|
@ -80,12 +79,8 @@
|
|
|
|
|
import submitInfo from './submitInfo.vue';
|
|
|
|
|
import deptLargeSummary from './deptLargeSummary.vue';
|
|
|
|
|
import LargeSummaryTable from './largeSummaryTable.vue';
|
|
|
|
|
import submitLargeInfo from './submitLargeInfo.vue';
|
|
|
|
|
|
|
|
|
|
import TabComp from '../common/tabComp.vue';
|
|
|
|
|
import OfficeMenuConfig from '../../../../../../../../src/utils/officeMenuConfig';
|
|
|
|
|
import MySummary from './mySummary.vue';
|
|
|
|
|
import OrgDeptSummary from './orgDeptSummary.vue';
|
|
|
|
|
export default{
|
|
|
|
|
data(){
|
|
|
|
|
return {
|
|
|
|
@ -224,7 +219,6 @@
|
|
|
|
|
tabArr: [
|
|
|
|
|
{title: "我的总结", type: 1}
|
|
|
|
|
],
|
|
|
|
|
// tabIndex: 0,
|
|
|
|
|
pageType: 1,
|
|
|
|
|
largeBgTitle: '总结概览',
|
|
|
|
|
}
|
|
|
|
@ -308,15 +302,11 @@
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
AIcon: Icon,
|
|
|
|
|
ARow: Row,
|
|
|
|
|
ACol: Col,
|
|
|
|
|
ASpin: Spin,
|
|
|
|
|
ASelect: Select,
|
|
|
|
|
ASelectOption: Select.Option,
|
|
|
|
|
TabComp,
|
|
|
|
|
MySummary,
|
|
|
|
|
OrgDeptSummary,
|
|
|
|
|
bgBox,
|
|
|
|
|
tabComponent,
|
|
|
|
|
DateChoose,
|
|
|
|
@ -324,7 +314,6 @@
|
|
|
|
|
submitInfo,
|
|
|
|
|
deptLargeSummary,
|
|
|
|
|
LargeSummaryTable,
|
|
|
|
|
submitLargeInfo,
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
@ -333,8 +322,6 @@
|
|
|
|
|
width: 100%;
|
|
|
|
|
min-height: 30rem;
|
|
|
|
|
padding: 0.5rem;
|
|
|
|
|
/*display: flex;*/
|
|
|
|
|
/*justify-content: space-between;*/
|
|
|
|
|
position: relative;
|
|
|
|
|
.titleRow {
|
|
|
|
|
width: 100%;
|
|
|
|
|