fix: 开站时网元主机可不填备注
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user