refactor: 测试计划报告名称长度增加
This commit is contained in:
parent
429ac0ff41
commit
a9aa7348c3
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE test_plan_report
|
||||
MODIFY name varchar(128) NULL COMMENT 'name';
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue