1、去除数据源管理功能

2、服务指令列表字段标题调整
This commit is contained in:
1378012178@qq.com 2025-08-05 09:04:24 +08:00
parent 010a37d26b
commit 77313c6659
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'directiveName'
},
{
title: '周期类型 1日常护理 2周期护理 3即时护理',
title: '周期类型',
align: "center",
dataIndex: 'cycleType'
},
@ -48,7 +48,7 @@ export const superQuerySchema = {
category: {title: '服务类别',order: 1,view: 'text', type: 'string',},
type: {title: '服务类型',order: 2,view: 'text', type: 'string',},
directiveName: {title: '服务指令',order: 3,view: 'text', type: 'string',},
cycleType: {title: '周期类型 1日常护理 2周期护理 3即时护理',order: 4,view: 'text', type: 'string',},
cycleType: {title: '周期类型',order: 4,view: 'text', type: 'string',},
createTime: {title: '创建日期',order: 5,view: 'datetime', type: 'string',},
orgCode: {title: '所属部门',order: 6,view: 'list', type: 'string',dictTable: "sys_depart", dictCode: 'org_code', dictText: 'depart_name',},
};

View File

@ -16,11 +16,11 @@
<!-- <DepartRuleTab :data="departData" />-->
<!-- </div>-->
<!-- </a-tab-pane>-->
<a-tab-pane tab="数据源管理" key="data-info" v-if="departData.orgCategory == 1">
<!-- <a-tab-pane tab="数据源管理" key="data-info" v-if="departData.orgCategory == 1">
<div style="padding: 0 20px 20px">
<DataSourceTab :data="departData" />
</div>
</a-tab-pane>
</a-tab-pane> -->
</a-tabs>
<div v-show="departData == null" style="padding-top: 40px">
<a-empty description="尚未选择机构" />