This website works better with JavaScript.
Home
Explore
Help
Sign In
leiyun
/
cytx_api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
save
master
leiyun
2 months ago
parent
6cfd1bc4e1
commit
fb6b5f83ba
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
view/admin/system/sms_index.html
+ 1
- 0
view/admin/system/sms_index.html
View File
@@ -83,6 +83,7 @@
</el-form-item>
<el-form-item :label="clearForm.type === 'phone' ? '手机号' : 'IP地址'">
<el-input v-model="clearForm.value" :placeholder="clearForm.type === 'phone' ? '请输入手机号' : '请输入IP地址'" clearable></el-input>
<div v-if="clearForm.type === 'phone'" style="color:#909399;font-size:12px;margin-top:4px;">仅清除系统限制,无法清除服务商限制。</div>
</el-form-item>
</el-form>
<template #footer>
Write
Preview
Loading…
Cancel
Save