matrix_components 2.0.387 → 2.0.389

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  组件使用示例参考dist/ComponentDemo
3
3
 
4
4
  ```
5
- version:2.0.387
5
+ version:2.0.389
6
6
  2025-12-09
7
7
  更新日志:
8
8
  1.新增动态表单NsForm组件readOnly只读模式支持直接显示值
@@ -509,11 +509,10 @@ const row4Ref = ref()
509
509
  }
510
510
 
511
511
  async function getDetail() {
512
- debugger
513
- return
514
512
  // 模拟获取详情数据
515
513
  setTimeout(()=>{
516
514
  const res = {
515
+ "isEnable": true,
517
516
  "confidence": "aaa1",
518
517
  "iou": "1",
519
518
  "timeInterval": "2",