增加 提示

This commit is contained in:
iVampireSP.com 2022-11-26 22:16:45 +08:00
parent 2b73c92236
commit cb08382b35
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>