update: 登录密码加眼睛
This commit is contained in:
@@ -57,7 +57,7 @@ const serviceColumns: BasicColumn[] = [
|
|||||||
const archiveColumns: BasicColumn[] = [
|
const archiveColumns: BasicColumn[] = [
|
||||||
{
|
{
|
||||||
title: '120',
|
title: '120',
|
||||||
dataIndex: 'emergencyCount',
|
dataIndex: 'hospitalCount',
|
||||||
rewriting: true,
|
rewriting: true,
|
||||||
rewroteCell: {
|
rewroteCell: {
|
||||||
type: 'inputNumber',
|
type: 'inputNumber',
|
||||||
@@ -65,7 +65,7 @@ const archiveColumns: BasicColumn[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '应急就医',
|
title: '应急就医',
|
||||||
dataIndex: 'hospitalCount',
|
dataIndex: 'emergencyCount',
|
||||||
rewriting: true,
|
rewriting: true,
|
||||||
rewroteCell: {
|
rewroteCell: {
|
||||||
type: 'inputNumber',
|
type: 'inputNumber',
|
||||||
|
|||||||
Reference in New Issue
Block a user