更新 simpleadmin/www/network.html
This commit is contained in:
parent
70bbe3c1ac
commit
f3e0493e88
@ -361,25 +361,13 @@
|
|||||||
x-model="scs"
|
x-model="scs"
|
||||||
aria-label="SCS"
|
aria-label="SCS"
|
||||||
>
|
>
|
||||||
<!--
|
<option selected>30</option>
|
||||||
<option selected>SCS</option>
|
|
||||||
<option>15</option>
|
<option>15</option>
|
||||||
<option>30</option>
|
<option>30</option>
|
||||||
<option>60</option>
|
<option>60</option>
|
||||||
<option>120</option>
|
<option>120</option>
|
||||||
<option>240</option>
|
<option>240</option>
|
||||||
</select>
|
</select>
|
||||||
-->
|
|
||||||
<label for="scs-parameter">SCS参数:</label>
|
|
||||||
<select id="scs-parameter">
|
|
||||||
<optgroup label="SCS 参数"> <!-- SCS 作为分组标题 -->
|
|
||||||
<option value="15">15</option>
|
|
||||||
<option value="30" selected>30</option> <!-- 默认选项为 30 -->
|
|
||||||
<option value="60">60</option>
|
|
||||||
<option value="120">120</option>
|
|
||||||
<option value="240">240</option>
|
|
||||||
</optgroup>
|
|
||||||
</select>
|
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
aria-label="band"
|
aria-label="band"
|
||||||
@ -880,7 +868,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Construct the AT command using the valid pairs
|
// Construct the AT command using the valid pairs
|
||||||
let atcmd = 'AT+QNWLOCK="common/5g",${pci},${earfcn},${scs},${band}';
|
let atcmd = `AT+QNWLOCK="common/5g",${pci},${earfcn},${scs},${band}`;
|
||||||
|
|
||||||
// Mock data
|
// Mock data
|
||||||
this.showModal = true;
|
this.showModal = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user