refactor: 测试计划报告名称长度增加

This commit is contained in:
CaptainB 2022-04-08 11:43:02 +08:00 committed by 刘瑞斌
parent e180194f9b
commit f5cce29bc4
2 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE test_plan_report
MODIFY name varchar(128) NULL COMMENT 'name';

View File

@ -7,7 +7,7 @@
<ms-table
v-loading="result.loading"
operator-width="170px"
operator-width="100px"
row-key="id"
:data="tableData"
:condition="condition"
@ -57,7 +57,7 @@
:fields-width="fieldsWidth"
sortable
:label="$t('test_track.report.list.create_time')"
min-width="150px">
:show-overflow-tooltip="true">
<template v-slot:default="scope">
<span>{{ scope.row.createTime | timestampFormatDate }}</span>
</template>