|
|
@@ -60,12 +60,12 @@
|
|
|
width="300"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
prop="ping_shen_yi_ju_"
|
|
|
label="评审依据"
|
|
|
width="200"
|
|
|
>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column
|
|
|
prop="tiao_kuan_bian_ha"
|
|
|
label="条款编号"
|
|
|
@@ -415,11 +415,10 @@ export default {
|
|
|
//cnas指定数据到坐标轴的映射
|
|
|
getLoadEchartsTwo() {
|
|
|
var chartDom = document.getElementById("in-echarts");
|
|
|
- console.log(this.source.length- 1,"legth")
|
|
|
const setEchartWH = {
|
|
|
//设置控制图表大小变量
|
|
|
width: 500,
|
|
|
- height: (this.source.length- 1)*30 + 100,
|
|
|
+ height:this.source.length<7?350: (this.source.length- 1)*30 + 100,
|
|
|
};
|
|
|
var myChart = echarts.init(chartDom, null, setEchartWH);
|
|
|
var option;
|