parent
010a37d26b
commit
77313c6659
|
|
@ -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',},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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="尚未选择机构" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue