提交 491924b2 authored 作者: leon's avatar leon

系统管理-医院管理

上级 f2cf98cb
...@@ -277,7 +277,7 @@ export const schema = { ...@@ -277,7 +277,7 @@ export const schema = {
}, },
{ {
field: 'createTime', field: 'createTime',
label: 'CreateTime', label: '创建时间',
defaultValue: undefined, defaultValue: undefined,
form: { form: {
colProps, colProps,
...@@ -294,7 +294,7 @@ export const schema = { ...@@ -294,7 +294,7 @@ export const schema = {
}, },
{ {
field: 'updateTime', field: 'updateTime',
label: 'UpdateTime', label: '更新时间',
defaultValue: undefined, defaultValue: undefined,
form: { form: {
colProps, colProps,
...@@ -313,7 +313,6 @@ export const schema = { ...@@ -313,7 +313,6 @@ export const schema = {
} }
const queryFields = [ const queryFields = [
'id',
'distributorId', 'distributorId',
'name', 'name',
'abbreviationName', 'abbreviationName',
...@@ -347,7 +346,6 @@ const editFields = [ ...@@ -347,7 +346,6 @@ const editFields = [
'status', 'status',
] ]
const tableFields = [ const tableFields = [
'id',
'distributorId', 'distributorId',
'name', 'name',
'abbreviationName', 'abbreviationName',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论