调整服务指令同步发起机构文字改为镜像机构

This commit is contained in:
1378012178@qq.com 2025-12-29 10:24:54 +08:00
parent 5ae4edeb47
commit 7b8984bb7d
2 changed files with 3 additions and 3 deletions

View File

@ -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',
}, },

View File

@ -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">