mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 03:58:33 +08:00
refactor: 测试计划报告名称长度增加
This commit is contained in:
parent
e180194f9b
commit
f5cce29bc4
@ -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
Block a user