From cf4787bc8188cd0acc8a42793730b076742f29c1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 16 四月 2026 17:37:35 +0800
Subject: [PATCH] 新增现场巡查模块(待完成)

---
 miniprogram_npm/tdesign-miniprogram/action-sheet/props.js |   43 +------------------------------------------
 1 files changed, 1 insertions(+), 42 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/action-sheet/props.js b/miniprogram_npm/tdesign-miniprogram/action-sheet/props.js
index c9bdb2c..25c1215 100644
--- a/miniprogram_npm/tdesign-miniprogram/action-sheet/props.js
+++ b/miniprogram_npm/tdesign-miniprogram/action-sheet/props.js
@@ -1,42 +1 @@
-const props = {
-    align: {
-        type: String,
-        value: 'center',
-    },
-    cancelText: {
-        type: String,
-        value: '鍙栨秷',
-    },
-    count: {
-        type: Number,
-        value: 8,
-    },
-    description: {
-        type: String,
-        value: '',
-    },
-    items: {
-        type: Array,
-    },
-    showCancel: {
-        type: Boolean,
-        value: true,
-    },
-    theme: {
-        type: String,
-        value: 'list',
-    },
-    visible: {
-        type: Boolean,
-        value: null,
-    },
-    defaultVisible: {
-        type: Boolean,
-        value: false,
-    },
-    popupProps: {
-        type: Object,
-        value: {},
-    },
-};
-export default props;
+const props={align:{type:String,value:"center"},cancelText:{type:String,value:""},count:{type:Number,value:8},description:{type:String,value:""},items:{type:Array,required:!0},popupProps:{type:Object,value:{}},showCancel:{type:Boolean,value:!0},showOverlay:{type:Boolean,value:!0},theme:{type:String,value:"list"},usingCustomNavbar:{type:Boolean,value:!1},visible:{type:Boolean,value:null},defaultVisible:{type:Boolean,value:!1}};export default props;
\ No newline at end of file

--
Gitblit v1.9.3