调整服务指令同步发起机构文字改为镜像机构
This commit is contained in:
parent
5ae4edeb47
commit
7b8984bb7d
|
|
@ -6,7 +6,7 @@ import { getWeekMonthQuarterYear } from '/@/utils';
|
||||||
//列表数据
|
//列表数据
|
||||||
export const columns: BasicColumn[] = [
|
export const columns: BasicColumn[] = [
|
||||||
{
|
{
|
||||||
title: '发起机构',
|
title: '镜像机构',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'opeOrgCode_dictText',
|
dataIndex: 'opeOrgCode_dictText',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,9 @@
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
<a-col :lg="6">
|
<a-col :lg="6">
|
||||||
<a-form-item name="opeOrgCode">
|
<a-form-item name="opeOrgCode">
|
||||||
<template #label><span title="发起机构">发起机构</span></template>
|
<template #label><span title="镜像机构">镜像机构</span></template>
|
||||||
<j-dict-select-tag v-model:value="queryParam.opeOrgCode" dictCode="sys_depart,depart_name,org_code"
|
<j-dict-select-tag v-model:value="queryParam.opeOrgCode" dictCode="sys_depart,depart_name,org_code"
|
||||||
placeholder="请选择发起机构" allowClear />
|
placeholder="请选择镜像机构" allowClear />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :lg="6">
|
<a-col :lg="6">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue