fix: 开站时网元主机可不填备注

This commit is contained in:
TsMask
2024-05-16 19:21:06 +08:00
parent 05aabb8c61
commit c12ffa583c
2 changed files with 1 additions and 15 deletions

View File

@@ -195,7 +195,7 @@ watch(
() => props.visible,
val => {
if (val) {
modalState.title = 'Upload More Software';
modalState.title = 'Upload More Software (TODO: 并发时 dpkg LOCK 改为队列等待安装)';
modalState.visibleByMoreFile = true;
}
}

View File

@@ -640,20 +640,6 @@ onMounted(() => {
</a-form-item>
</template>
<a-form-item
:label="t('views.ne.neHost.remark')"
:label-col="{ span: 3 }"
:label-wrap="true"
>
<a-textarea
v-model:value="host.remark"
:auto-size="{ minRows: 1, maxRows: 6 }"
:maxlength="450"
:show-count="true"
:placeholder="t('common.inputPlease')"
/>
</a-form-item>
<a-form-item
:label="t('views.ne.neHost.test')"
name="test"