修改字段名称
This commit is contained in:
parent
405fe93f30
commit
4d5e0470eb
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue