From 8097ec99374029210006a0f8cad9881781b1a60e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 12 Aug 2021 15:47:47 +0800
Subject: [PATCH] 20210812
---
zq-erp/src/main/resources/templates/views/admin/sys/sysRole-form.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zq-erp/src/main/resources/templates/views/admin/sys/sysRole-form.html b/zq-erp/src/main/resources/templates/views/admin/sys/sysRole-form.html
index 6b1a93f..1209561 100644
--- a/zq-erp/src/main/resources/templates/views/admin/sys/sysRole-form.html
+++ b/zq-erp/src/main/resources/templates/views/admin/sys/sysRole-form.html
@@ -62,9 +62,9 @@
<div class="form-group">
<label class="col-sm-2 control-label">可查询所有门店客户</label>
<div class="col-sm-4">
- <select class="form-control" name="coustomer">
- <option th:selected="${obj?.coustomer == '是'}" >是</option>
- <option th:selected="${obj?.coustomer == '否'}" >否</option>
+ <select class="form-control" name="customer">
+ <option th:selected="${obj?.customer == '是'}" >是</option>
+ <option th:selected="${obj?.customer == '否'}" >否</option>
</select>
</div>
<label class="col-sm-2 control-label">是否允许门店分配本角色</label>
--
Gitblit v1.9.1