|
@@ -69,7 +69,7 @@
|
|
|
<el-row class="down-box" justify="space-between">
|
|
|
<el-col :span="15">
|
|
|
<div class="title">部门经营情况</div>
|
|
|
- <el-table class="detail-table" :data="deptData" style="width: 100%" max-height="400">
|
|
|
+ <el-table class="detail-table" :data="deptData" style="width: 100%" max-height="320">
|
|
|
<el-table-column prop="deptName" label="部门" />
|
|
|
<el-table-column prop="signAmount" label="本年签约" sortable>
|
|
|
<template #default="scope">
|