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

系统管理-医院管理

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