From f82fa94ba9b0bf09b76d895de8a9917af73a61d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=89=8D=E5=86=9B?= Date: Sun, 28 Apr 2019 15:47:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=85=A8=E8=A1=A8=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/demolist/Demo0505.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/demolist/Demo0505.js b/demo/demolist/Demo0505.js index dcfc0e3..f4ab2ac 100644 --- a/demo/demolist/Demo0505.js +++ b/demo/demolist/Demo0505.js @@ -1,8 +1,8 @@ /** * - * @title 行编辑 - 行内编辑 + * @title 全表编辑 * @parent 编辑 Editor - * @description 可以对行进行编辑的表格 + * @description 以行内编辑形式对全表数据进行编辑 * demo0505 */ import React, { Component, PureComponent } from "react";