From 1a4d35a08d05e014663c144771976abb0edaa933 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 26 七月 2024 17:41:30 +0800 Subject: [PATCH] 监管场景信息管理 --- pages/inspection/scene/info/deviceinfo.wxml | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/pages/inspection/scene/info/deviceinfo.wxml b/pages/inspection/scene/info/deviceinfo.wxml index e69de29..9593565 100644 --- a/pages/inspection/scene/info/deviceinfo.wxml +++ b/pages/inspection/scene/info/deviceinfo.wxml @@ -0,0 +1,21 @@ +<t-input label="绔欑偣鍚嶇О" placeholder="璇疯緭鍏ョ珯鐐瑰悕绉�" model:value="{{diName}}" /> +<t-input label="MN缂栧彿" placeholder="璇疯緭鍏N缂栧彿" model:value="{{diMnCode}}" /> +<t-input label="璁惧绫诲瀷" placeholder="璇疯緭鍏ヨ澶囩被鍨�" model:value="{{diType}}" /> +<t-input label="渚涘簲鍟�" placeholder="璇疯緭鍏ヤ緵搴斿晢" model:value="{{diSupplier}}" /> +<t-input label="杩愮淮鍟�" placeholder="璇疯緭鍏ヨ繍缁村晢" model:value="{{diMaintainer}}" /> +<t-cell title="鏄惁涓婄嚎"> + <t-switch + model:value="{{diRunningStatus}}" + defaultValue="{{true}}" + label="{{['鏄�', '鍚�']}}" + slot="note" + /> +</t-cell> +<t-cell title="鏄惁鎷嗛櫎"> + <t-switch + model:value="{{diRemoved}}" + defaultValue="{{false}}" + label="{{['鏄�', '鍚�']}}" + slot="note" + /> +</t-cell> -- Gitblit v1.9.3