修改bug

This commit is contained in:
yangjun 2026-03-03 11:15:39 +08:00
parent c4199118e7
commit be2a65bc99
7 changed files with 13 additions and 13 deletions

View File

@ -6,7 +6,7 @@ import { getWeekMonthQuarterYear } from '/@/utils';
//列表数据
export const columns: BasicColumn[] = [
{
title: '标签类型中文名',
title: '标签类型',
align: "center",
dataIndex: 'typeName'
},
@ -39,7 +39,7 @@ export const columns: BasicColumn[] = [
// 高级查询数据
export const superQuerySchema = {
typeName: {title: '标签类型中文名',order: 0,view: 'text', type: 'string',},
typeName: {title: '标签类型',order: 0,view: 'text', type: 'string',},
tagName: {title: '标签名称',order: 1,view: 'text', type: 'string',},
describ: {title: '说明',order: 2,view: 'text', type: 'string',},
price: {title: '价格',order: 3,view: 'number', type: 'number',},

View File

@ -17,7 +17,7 @@ export const columns: BasicColumn[] = [
width: 100
},
// {
// title: '标签类型中文名',
// title: '标签类型',
// align: "center",
// dataIndex: 'typeName'
// },
@ -57,7 +57,7 @@ export const columns: BasicColumn[] = [
export const superQuerySchema = {
opeType: {title: '操作类型',order: 0,view: 'list', type: 'string',dictCode: 'directive_ope_type',},
orgCode: {title: '机构名称',order: 1,view: 'list', type: 'string',dictTable: "sys_depart", dictCode: 'org_code', dictText: 'depart_name',},
typeName: {title: '标签类型中文名',order: 2,view: 'text', type: 'string',},
typeName: {title: '标签类型',order: 2,view: 'text', type: 'string',},
tagName: {title: '标签名称',order: 3,view: 'text', type: 'string',},
describ: {title: '说明',order: 4,view: 'text', type: 'string',},
price: {title: '价格',order: 5,view: 'number', type: 'number',},

View File

@ -7,7 +7,7 @@
<a-col :lg="8">
<a-form-item name="orgCode">
<template #label><span title="机构名称">机构名称</span></template>
<JDictSelectTag placeholder="请选择机构名称" v-model:value="queryParam.orgCode" dictCode="sys_depart,depart_name,org_code" allow-clear />
<JDictSelectTag placeholder="请选择机构名称" v-model:value="queryParam.orgCode" dictCode="sys_depart,depart_name,org_code,org_code is not null" allow-clear />
</a-form-item>
</a-col>
<a-col :lg="8">

View File

@ -27,10 +27,10 @@
<JImageUpload :value="getFieldValue(record, column.dataIndex)" disabled />
</template>
<template v-else-if="record.fieldKey === 'pic' && record.newValue">
<img :src="getFileAccessHttpUrl(getFullUrl(record.oldValue))" style="width:80px;">
<img :src="getFileAccessHttpUrl(getFullUrl(record.newValue))" style="width:80px;">
</template>
<template v-else-if="record.fieldKey === 'picFocus' && record.newValue">
<img :src="getFileAccessHttpUrl(getFullUrl(record.oldValue))" style="width:80px;">
<img :src="getFileAccessHttpUrl(getFullUrl(record.newValue))" style="width:80px;">
</template>
<template v-else>
<span>{{ record[column.dataIndex] != null ? record[column.dataIndex] : '-' }}</span>

View File

@ -15,8 +15,8 @@
</a-form-item>
</a-col>
<a-col :span="24">
<a-form-item label="标签类型中文名" v-bind="validateInfos.typeName" id="NuConfigElderTagOpeLogMainForm-typeName" name="typeName">
<a-input v-model:value="formData.typeName" placeholder="请输入标签类型中文名" allow-clear ></a-input>
<a-form-item label="标签类型" v-bind="validateInfos.typeName" id="NuConfigElderTagOpeLogMainForm-typeName" name="typeName">
<a-input v-model:value="formData.typeName" placeholder="请输入标签类型" allow-clear ></a-input>
</a-form-item>
</a-col>
<a-col :span="24">

View File

@ -12,7 +12,7 @@ export const columns: BasicColumn[] = [
// dataIndex: 'type'
// },
{
title: '标签类型中文名',
title: '标签类型',
align: "center",
dataIndex: 'typeName'
},
@ -49,7 +49,7 @@ export const columns: BasicColumn[] = [
export const superQuerySchema = {
pkId: {title: 'nu_config_elder_tag_sync_log_main.id',order: 0,view: 'text', type: 'string',},
type: {title: '标签类型',order: 1,view: 'text', type: 'string',},
typeName: {title: '标签类型中文名',order: 2,view: 'text', type: 'string',},
typeName: {title: '标签类型',order: 2,view: 'text', type: 'string',},
tagName: {title: '标签名称',order: 3,view: 'text', type: 'string',},
describ: {title: '说明',order: 4,view: 'text', type: 'string',},
price: {title: '价格',order: 5,view: 'number', type: 'number',},

View File

@ -15,8 +15,8 @@
</a-form-item>
</a-col>
<a-col :span="24">
<a-form-item label="标签类型中文名" v-bind="validateInfos.typeName" id="ElderTagSyncLogInfoForm-typeName" name="typeName">
<a-input v-model:value="formData.typeName" placeholder="请输入标签类型中文名" allow-clear ></a-input>
<a-form-item label="标签类型" v-bind="validateInfos.typeName" id="ElderTagSyncLogInfoForm-typeName" name="typeName">
<a-input v-model:value="formData.typeName" placeholder="请输入标签类型" allow-clear ></a-input>
</a-form-item>
</a-col>
<a-col :span="24">