Merge remote-tracking branch 'origin/master'

This commit is contained in:
wenyann 2020-08-24 16:07:52 +08:00
commit af7ea03f8b
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ create table if not exists issues
(
id varchar(50) not null
primary key,
title varchar(50) null,
title varchar(64) null,
description text null,
status varchar(50) null,
create_time bigint(13) null,

View File

@ -194,7 +194,7 @@
type="text"
:placeholder="$t('test_track.issue.input_title')"
v-model="testCase.issues.title"
maxlength="100"
maxlength="60"
show-word-limit
/>
<ckeditor :editor="editor" :disabled="isReadOnly" :config="editorConfig"