1、取消员工标签功能,员工管理-员工信息-服务指令:员工标签改为分类标签,查询内容为机构已添加分类标签,其余操作均与之前保持一致
2、长者信息-检索条件:姓名改为长者姓名
This commit is contained in:
parent
8ea53ea39d
commit
97a5910af0
|
|
@ -262,7 +262,20 @@ export const superQuerySchema = {
|
|||
regional: { title: '区域', order: 32, view: 'text', type: 'string' },
|
||||
serviceTag: { title: '指令标签', order: 33, view: 'text', type: 'string' },
|
||||
};
|
||||
|
||||
//列表数据
|
||||
export const serviceTagcolumns: BasicColumn[] = [
|
||||
{
|
||||
title: '指令标签名称',
|
||||
align: "center",
|
||||
dataIndex: 'tagName',
|
||||
width:'50%'
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
align: "center",
|
||||
dataIndex: 'description'
|
||||
},
|
||||
];
|
||||
//列表数据
|
||||
export const flbqColums: BasicColumn[] = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</a-col>
|
||||
<a-col :lg="6">
|
||||
<a-form-item name="name">
|
||||
<template #label><span title="姓名">姓名</span></template>
|
||||
<template #label><span title="长者姓名">长者姓名</span></template>
|
||||
<JInput v-model:value="queryParam.name" placeholder="请输入长者姓名" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue