Commit 2eccd764 by 潘际乾

面函、复核退出

parent dc253f93
......@@ -63,7 +63,7 @@ export default {
arr.push({
prop: vals[0],
label: vals[1],
width: "auto",
width: vals[2] ? vals[2] : "auto",
});
this.column.push(vals[0]);
}
......
......@@ -414,8 +414,8 @@ export default {
stmData: {
columns: [
//注释的已改成静态
"role 收报人",
"pandsc 描述",
"role 收报人 80px",
"pandsc 描述 260px",
//"cortyp 类型",
//"docsnf 报文格式",
//"docuil 语言",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment