refactor(缺陷管理): 修改自定义字段长度

--bug=1049561 --user=宋昌昌 【缺陷管理】JIRA默认模版-创建缺陷报SQL异常 https://www.tapd.cn/55049933/s/1617780
This commit is contained in:
song-cc-rock 2024-11-26 16:32:00 +08:00 committed by 刘瑞斌
parent f6daf2fe8d
commit 9767ed007e
2 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
SET SESSION innodb_lock_wait_timeout = 7200; SET SESSION innodb_lock_wait_timeout = 7200;
-- 缺陷自定义字段增加文本字段 -- 缺陷自定义字段增加文本字段
ALTER TABLE bug_custom_field ADD COLUMN `content` VARCHAR(1000) COMMENT '字段文本'; ALTER TABLE bug_custom_field ADD COLUMN `content` longtext COMMENT '字段文本';
CREATE TABLE IF NOT EXISTS user_layout( CREATE TABLE IF NOT EXISTS user_layout(

View File

@ -101,6 +101,16 @@
}, },
showInTable: true, showInTable: true,
}, },
{
title: 'bugManagement.handleMan',
dataIndex: 'handleUser',
slotName: 'handleUser',
titleSlotName: 'handleUserTitle',
showTooltip: true,
width: 125,
showDrag: true,
showInTable: true,
},
{ {
title: 'bugManagement.creator', title: 'bugManagement.creator',
dataIndex: 'createUser', dataIndex: 'createUser',
@ -125,16 +135,6 @@
}, },
showInTable: true, showInTable: true,
}, },
{
title: 'bugManagement.handleMan',
dataIndex: 'handleUser',
slotName: 'handleUser',
titleSlotName: 'handleUserTitle',
showTooltip: true,
width: 125,
showDrag: true,
showInTable: true,
},
{ {
title: 'bugManagement.updateUser', title: 'bugManagement.updateUser',
dataIndex: 'updateUser', dataIndex: 'updateUser',