fix: 去除ki/opc列显示

This commit is contained in:
TsMask
2023-11-02 20:27:33 +08:00
parent 7b794574cb
commit 17826f916a

View File

@@ -98,18 +98,18 @@ let tableColumns: ColumnsType = [
align: 'center', align: 'center',
width: 2, width: 2,
}, },
{ // {
title: 'KI', // title: 'KI',
dataIndex: 'ki', // dataIndex: 'ki',
align: 'center', // align: 'center',
width: 10, // width: 10,
}, // },
{ // {
title: 'OPC', // title: 'OPC',
dataIndex: 'opc', // dataIndex: 'opc',
align: 'center', // align: 'center',
width: 10, // width: 10,
}, // },
{ {
title: 'ALGO_INDEX', title: 'ALGO_INDEX',
dataIndex: 'algoIndex', dataIndex: 'algoIndex',
@@ -834,7 +834,7 @@ onMounted(() => {
:data-source="tableState.data" :data-source="tableState.data"
:size="tableState.size" :size="tableState.size"
:pagination="tablePagination" :pagination="tablePagination"
:scroll="{ x: 1500, y: 400 }" :scroll="{ x: 1000, y: 400 }"
> >
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
<template v-if="column.key === 'imsi'"> <template v-if="column.key === 'imsi'">
@@ -889,27 +889,25 @@ onMounted(() => {
{{ modalState.from.imsi }} {{ modalState.from.imsi }}
</a-form-item> </a-form-item>
</a-col> </a-col>
</a-row>
<a-row :gutter="16">
<a-col :lg="12" :md="12" :xs="24"> <a-col :lg="12" :md="12" :xs="24">
<a-form-item label="AMF" name="amf"> <a-form-item label="AMF" name="amf">
{{ modalState.from.amf }} {{ modalState.from.amf }}
</a-form-item> </a-form-item>
</a-col> </a-col>
</a-row>
<a-row :gutter="16">
<a-col :lg="12" :md="12" :xs="24">
<a-form-item label="KI" name="ki">
{{ modalState.from.ki }}
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24"> <a-col :lg="12" :md="12" :xs="24">
<a-form-item label="Algo Index" name="algo"> <a-form-item label="Algo Index" name="algo">
{{ modalState.from.algoIndex }} {{ modalState.from.algoIndex }}
</a-form-item> </a-form-item>
</a-col> </a-col>
</a-row> </a-row>
<a-row :gutter="16"> <a-row :gutter="16">
<a-col :lg="12" :md="12" :xs="24">
<a-form-item label="KI" name="ki">
{{ modalState.from.ki }}
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24"> <a-col :lg="12" :md="12" :xs="24">
<a-form-item label="OPC" name="opc"> <a-form-item label="OPC" name="opc">
{{ modalState.from.opc }} {{ modalState.from.opc }}
@@ -953,15 +951,11 @@ onMounted(() => {
allow-clear allow-clear
placeholder="请输入IMSI" placeholder="请输入IMSI"
> >
<!-- <template #prefix>
<a-tooltip placement="topLeft">
<template #title> 填写创建的网元类型,:SMF </template>
<InfoCircleOutlined style="color: rgba(0, 0, 0, 0.45)" />
</a-tooltip>
</template> -->
</a-input> </a-input>
</a-form-item> </a-form-item>
</a-col> </a-col>
</a-row>
<a-row :gutter="16">
<a-col :lg="12" :md="12" :xs="24"> <a-col :lg="12" :md="12" :xs="24">
<a-form-item <a-form-item
label="AMF" label="AMF"
@@ -975,6 +969,21 @@ onMounted(() => {
></a-input> ></a-input>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
label="Algo Index"
name="algo"
v-bind="modalStateFrom.validateInfos.algo"
>
<a-input
v-model:value="modalState.from.algoIndex"
allow-clear
placeholder="请输入Algo Index"
>
</a-input>
</a-form-item>
</a-col>
</a-row> </a-row>
<a-row :gutter="16"> <a-row :gutter="16">
@@ -993,23 +1002,6 @@ onMounted(() => {
</a-input> </a-input>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
label="Algo Index"
name="algo"
v-bind="modalStateFrom.validateInfos.algo"
>
<a-input
v-model:value="modalState.from.algoIndex"
allow-clear
placeholder="请输入Algo Index"
>
</a-input>
</a-form-item>
</a-col>
</a-row>
<a-row :gutter="16">
<a-col :lg="12" :md="12" :xs="24"> <a-col :lg="12" :md="12" :xs="24">
<a-form-item <a-form-item
label="OPC" label="OPC"