From ef338fb6029251c320431e65a2cd60ead0e8b6e0 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 11 九月 2023 10:11:01 +0800
Subject: [PATCH] #
---
src/main/webapp/views/order/order.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html
index fc63c32..d4da9e9 100644
--- a/src/main/webapp/views/order/order.html
+++ b/src/main/webapp/views/order/order.html
@@ -167,7 +167,7 @@
<div class="layui-form-item">
<label class="layui-form-label layui-form-required">椤圭洰鐘舵�� : </label>
<div class="layui-input-block" >
- <input type="radio" name="status" value="0" title="璺熻釜涓�"/>
+ <input type="radio" name="status" value="0" title="璺熻釜涓�" checked/>
<input type="radio" name="status" value="1" title="瀹屾垚"/>
<input type="radio" name="status" value="2" title="鍏抽棴"/>
</div>
--
Gitblit v1.9.1