Xiaopeng Zhang 6 meses atrás
pai
commit
42b4f00031
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      front/src/Djcs2.js
  2. 1 1
      front/src/Qingdan2.js

+ 1 - 1
front/src/Djcs2.js

@@ -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"},

+ 1 - 1
front/src/Qingdan2.js

@@ -329,7 +329,7 @@ export default function Qingdan2({name, bh, bt, rgde, jxde, clde, beizhu/*后台
              },
              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"},