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