CN-606 时间计划列展示优化:去掉第一行的名称
This commit is contained in:
@@ -137,11 +137,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<el-row class="margin-l-10 margin-t-20">
|
<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-col :span="8" class="tooltip-column-name">{{$t("report.period")}}</el-col>
|
<el-col :span="8" class="tooltip-column-name">{{$t("report.period")}}</el-col>
|
||||||
<el-col :span="16">{{handleConfigPeriod(scope.row)}}</el-col>
|
<el-col :span="16">{{handleConfigPeriod(scope.row)}}</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|||||||
Reference in New Issue
Block a user