style: 改个名称
This commit is contained in:
@@ -106,14 +106,16 @@ let tableColumns: ColumnsType = [
|
||||
title: '升级前版本',
|
||||
dataIndex: 'preVersion',
|
||||
align: 'center',
|
||||
width: '60px',
|
||||
},
|
||||
{
|
||||
title: '回退前版本',
|
||||
dataIndex: 'newVersion',
|
||||
align: 'center',
|
||||
width: '60px',
|
||||
},
|
||||
{
|
||||
title: '用户状态',
|
||||
title: '状态',
|
||||
dataIndex: 'status',
|
||||
key: 'status',
|
||||
align: 'center',
|
||||
@@ -233,7 +235,12 @@ watch(
|
||||
@cancel="fnModalCancel"
|
||||
>
|
||||
<!-- 表格搜索栏 -->
|
||||
<a-form :model="queryParams" name="queryParams" layout="horizontal">
|
||||
<a-form
|
||||
:model="queryParams"
|
||||
name="queryParams"
|
||||
layout="horizontal"
|
||||
:label-col="{ span: 5 }"
|
||||
>
|
||||
<a-row :gutter="16">
|
||||
<a-col :lg="12" :md="12" :xs="24">
|
||||
<a-form-item label="网元类型" name="neType">
|
||||
|
||||
Reference in New Issue
Block a user