slowlyo / owl-admin

🎈 Owl Admin : 基于 laravel 和 amis 开发的后台框架, 友好的组件使用体验, 可轻松实现复杂页面, 内置代码生成器, 让开发者快速搭建后台管理系统

Home Page:https://owladmin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiffEditor 组件比对失效(间接性)

taoyao-code opened this issue · comments

描述问题:

DiffEditor 组件比对失效(间接性)

截图或视频:

image

如何复现(请务必完整填写下面内容):

  1. owl-admin 版本是什么?

最新

  1. 运行环境

eg: Win + Docker Mac + Sail Linux + BT

  1. 操作步骤
{
                "type": "page",
                "body": [
                  {
                    "type": "form",
                    "body": [
                      {
                        "type": "diff-editor",
                        "name": "diff",
                        "label": "Diff-Editor",
                        "diffValue": "hello world",
                        "value": "hello1",
                        "id": "u:9058a8bec5a1"
                      }
                    ],
                    "id": "u:5b06ea607670",
                    "actions": [
                      {
                        "type": "button",
                        "label": "提交",
                        "primary": "1",
                        "id": "u:f9d85e498ba5"
                      }
                    ],
                    "feat": "Insert"
                  }
                ],
                "id": "u:09957bfc1464"
              }

看看控制台有没有报错, 没有的话估计是 amis 那边的组件问题