style(报表统计): 报表统计首页优化,取消未上线的报表功能卡片
--bug=1013032 --user=宋天阳 【报表统计】github#13331 报名统计中删除预留模块 https://www.tapd.cn/55049933/s/1154106
This commit is contained in:
parent
93eccc42a6
commit
84cd4f3d70
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
|
@ -14,7 +14,7 @@
|
|||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-card :body-style="{ padding: '0px' }" class="ms-col" @click.native="openCard('trackTestCase')">
|
||||
<img src="@/assets/track.jpg" class="image">
|
||||
<img src="@/assets/test_case_analysis_png.png" class="image">
|
||||
<div style="padding: 10px;">
|
||||
<span>{{ $t('commons.report_statistics.test_case_analysis') }}</span>
|
||||
<div class="bottom clearfix">
|
||||
|
@ -23,50 +23,7 @@
|
|||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-card :body-style="{ padding: '0px' }" class="ms-col">
|
||||
<img src="@/assets/other.png" class="image">
|
||||
<div style="padding: 10px;">
|
||||
<span>{{ $t('commons.report_statistics.reserved') }}</span>
|
||||
<div class="bottom clearfix">
|
||||
<time class="time">{{ $t('commons.report_statistics.test_case_activity') }}</time>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-card :body-style="{ padding: '0px' }" class="ms-col">
|
||||
<img src="@/assets/other.png" class="image">
|
||||
<div style="padding: 10px;">
|
||||
<span>{{ $t('commons.report_statistics.reserved') }}</span>
|
||||
<div class="bottom clearfix">
|
||||
<time class="time">{{ $t('commons.report_statistics.test_case_activity') }}</time>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-card :body-style="{ padding: '0px' }" class="ms-col">
|
||||
<img src="@/assets/other.png" class="image">
|
||||
<div style="padding: 10px;">
|
||||
<span>{{ $t('commons.report_statistics.reserved') }}</span>
|
||||
<div class="bottom clearfix">
|
||||
<time class="time">{{ $t('commons.report_statistics.test_case_activity') }}</time>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-card :body-style="{ padding: '0px' }" class="ms-col">
|
||||
<img src="@/assets/other.png" class="image">
|
||||
<div style="padding: 10px;">
|
||||
<span>{{ $t('commons.report_statistics.reserved') }}</span>
|
||||
<div class="bottom clearfix">
|
||||
<time class="time">{{ $t('commons.report_statistics.test_case_activity') }}</time>
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
|
||||
</el-row>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue