优化文字提示

This commit is contained in:
GoEdgeLab
2022-11-08 09:22:09 +08:00
parent ccf4a90d27
commit b28cc78161

View File

@@ -153,7 +153,7 @@ Vue.component("http-compression-config-box", {
<prior-checkbox :v-config="config" v-if="vIsLocation || vIsGroup"></prior-checkbox>
<tbody v-show="(!vIsLocation && !vIsGroup) || config.isPrior">
<tr>
<td class="title">启用</td>
<td class="title">启用内容压缩</td>
<td>
<div class="ui checkbox">
<input type="checkbox" value="1" v-model="config.isOn"/>