|
|
@@ -275,7 +275,7 @@ export default function Djcs2({name, bh, rgde, jxde, clde, beizhu, beizhuFK, cli
|
|
|
},
|
|
|
columns: [ //Define Table Columns
|
|
|
{title:"序号", field:"序号", width:80, headerSort:false, frozen: true}, //never hide this column
|
|
|
- {title:"清单编码", field:"清单编码", width:120,headerSort:false, frozen: true },
|
|
|
+ {title:"清单编码", field:"清单编码", width:120,headerSort:false, frozen: true, formatter:"textarea" },
|
|
|
{title:"名称", field:"名称", width:150, headerSort:false, formatter:"textarea"}, //hide this column first
|
|
|
{title:"项目特征", field:"项目特征", width:150 , headerSort:false, formatter:"textarea"},
|
|
|
{title:"计算规则", field:"计算规则", width:150, headerSort:false, formatter:"textarea"},
|