浏览代码

标题由htmleditor改为textarea

luhg 8 年之前
父节点
当前提交
95e8aada67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kanban-console/src/main/webapp/resources/app/view/template/templateeditpanel.js

+ 1 - 1
kanban-console/src/main/webapp/resources/app/view/template/templateeditpanel.js

@@ -176,7 +176,7 @@ Ext.define('erp.view.template.templateeditpanel',{
 						margin:'5 5 5 5'
 					},
 					items:[{
-						xtype:'htmleditor',
+						xtype:'textarea',
 						fieldLabel:'标题',
 						columnWidth:1,
 						height:80,