diff --git a/demo/demolist/Demo1105.js b/demo/demolist/Demo1105.js
index 0bb4caf..6598b52 100644
--- a/demo/demolist/Demo1105.js
+++ b/demo/demolist/Demo1105.js
@@ -16,7 +16,12 @@ const columns = [
{ title: "供应商", dataIndex: "supplier", key: "supplier", width: 100 },
{ title: "订单日期", dataIndex: "orderDate", key: "orderDate", width: 150 },
{ title: "总数量", dataIndex: "quantity", key: "quantity", width: 100 },
- { title: "单据状态", dataIndex: "status", key: "status", width: 100 },
+ { title: "单据状态", dataIndex: "status", key: "status", width: 100,
+ render: (text, record, index) => {
+ return (
+