解决服务指令-镜像码管理-镜像日志-镜像机构显示不正确问题
This commit is contained in:
parent
08dff5c68c
commit
2c816902bc
|
|
@ -8,7 +8,7 @@ export const columns: BasicColumn[] = [
|
||||||
{
|
{
|
||||||
title: '镜像机构',
|
title: '镜像机构',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'opeOrgCode_dictText',
|
dataIndex: 'targetOrgCode_dictText',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '镜像日期',
|
title: '镜像日期',
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<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.targetOrgCode" dictCode="sys_depart,depart_name,org_code"
|
||||||
placeholder="请选择镜像机构" allowClear />
|
placeholder="请选择镜像机构" allowClear />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue