Browse Source

量表显示形式添加自定义

whszxyjhyy
lzp 1 week ago
parent
commit
0e288b2ea7
  1. 2
      web_admin/src/views/his/Scale/config.js

2
web_admin/src/views/his/Scale/config.js

@ -87,7 +87,7 @@ export const showFormList = [
{ type: "radio", name: "单选" },
{ type: "textarea", name: "文本域" },
{ type: "hours", name: "小时" },
{ type: "hours:minutes", name: "时间" },
{ type: "customization", name: "自定义" },
];
//自动计算规则:0:答案个数 1:插入数 同一物品两次以上插入算为一个插入 2:重复数 每次重复均算为一次重复

Loading…
Cancel
Save