CN-606 时间计划列展示优化:去掉第一行的名称

This commit is contained in:
hyx
2022-06-18 17:01:06 +08:00
parent 105712fb89
commit 3c351c5352

View File

@@ -137,11 +137,7 @@
</template>
</span>
</template>
<el-row class="margin-l-10 margin-t-20">
<el-col :span="8" class="tooltip-column-name" >{{$t("report.name")}}</el-col>
<el-col :span="16">{{scope.row.name || '-'}}</el-col>
</el-row>
<el-row class="margin-l-10">
<el-row class="margin-l-10 margin-t-20">
<el-col :span="8" class="tooltip-column-name">{{$t("report.period")}}</el-col>
<el-col :span="16">{{handleConfigPeriod(scope.row)}}</el-col>
</el-row>