修改字段名称

This commit is contained in:
yangjun 2025-07-22 09:47:36 +08:00
parent 405fe93f30
commit 4d5e0470eb
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<a-row :gutter="24">
<a-col :lg="6">
<a-form-item name="nuName">
<template #label><span title="区域信息名称">区域信息名称</span></template>
<j-input placeholder="请输入区域信息名称" v-model:value="queryParam.nuName" allow-clear ></j-input>
<template #label><span title="区域名称">区域名称</span></template>
<j-input placeholder="请输入区域名称" v-model:value="queryParam.nuName" allow-clear ></j-input>
</a-form-item>
</a-col>
<a-col :lg="6">