fix: 网元版本勾选升级关闭提示信息

This commit is contained in:
TsMask
2024-04-25 14:19:05 +08:00
parent 5965737384
commit 19771ea6dc

View File

@@ -180,7 +180,7 @@ function fnTableSize({ key }: MenuInfo) {
} }
/**表格多选 */ /**表格多选 */
function fnTableSelectedRowKeys(keys: (string | number)[], rows: any[]) { function fnTableSelectedRowKeys(keys: (string | number)[]) {
tableState.selectedRowKeys = keys; tableState.selectedRowKeys = keys;
} }
@@ -630,7 +630,7 @@ onMounted(() => {
@cancel="fnModalEditCancel" @cancel="fnModalEditCancel"
></UploadMoreFile> ></UploadMoreFile>
<!-- 新增多文件上传框 --> <!-- 勾选版本升级 -->
<a-modal <a-modal
width="800px" width="800px"
:keyboard="false" :keyboard="false"
@@ -643,7 +643,7 @@ onMounted(() => {
> >
<p v-for="o in modalState.operateDataUpgrade"> <p v-for="o in modalState.operateDataUpgrade">
{{ o.neType }} - {{ o.neId }} - {{ o.status }} {{ o.neType }} - {{ o.neId }} - {{ o.status }}
<TerminalText id="installLog" :rows="12" :value="o.log"></TerminalText> <!-- <TerminalText id="installLog" :rows="12" :value="o.log"></TerminalText> -->
</p> </p>
</a-modal> </a-modal>
</PageContainer> </PageContainer>