|
@@ -3,14 +3,11 @@ export default function useColumns() {
|
|
|
// 科室信息
|
|
|
const FormColumns = [
|
|
|
{
|
|
|
- item: { key: "name", title: "科室名称", required: true, },
|
|
|
+ item: { key: "name", title: "科室名称", required: true },
|
|
|
attr: {
|
|
|
is: "el-input",
|
|
|
- // is: "el-select",
|
|
|
- // dictName: "mk_bo_section",
|
|
|
- placeholder: "请输入科室名称",
|
|
|
clearable: true,
|
|
|
- filterable: true,
|
|
|
+ placeholder: "请输入科室名称",
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -35,7 +32,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- item: { key: "phone", title: "联系人手机", required: true, },
|
|
|
+ item: { key: "phone", title: "联系人手机", },
|
|
|
attr: {
|
|
|
is: "el-input",
|
|
|
clearable: true,
|