增加 提示
This commit is contained in:
parent
2b73c92236
commit
cb08382b35
@ -35,6 +35,7 @@
|
||||
<option value="0">否</option>
|
||||
<option value="1">是</option>
|
||||
</select>
|
||||
<small class="form-text text-muted">暂停 / 终止豁免权后,用户将不再参与计费。</small>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-primary mt-3">提交</button>
|
||||
|
@ -37,6 +37,7 @@
|
||||
<option value="0">否</option>
|
||||
<option value="1" @if ($user_group->exempt) selected @endif>是</option>
|
||||
</select>
|
||||
<small class="form-text text-muted">暂停 / 终止豁免权后,用户将不再参与计费。</small>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-primary mt-3">提交</button>
|
||||
|
Loading…
Reference in New Issue
Block a user