Commit a1e494452c08d632d90fd5207054c1fe70f09868

Authored by fengwotao
1 parent b9dc346d

fix: DEFECT-1405 修复测试数据,输出参数没有显示完全

@@ -100,6 +100,7 @@ @@ -100,6 +100,7 @@
100 v-if="isNotTest" 100 v-if="isNotTest"
101 v-model:value="scriptForm.description" 101 v-model:value="scriptForm.description"
102 placeholder="请输入备注" 102 placeholder="请输入备注"
  103 + :maxlength="255"
103 /> 104 />
104 <a-textarea 105 <a-textarea
105 :rows="5" 106 :rows="5"