1.输入框内容调试

pet-人员中台对接-xuyifeng-7.24
guoyuepeng 2024-06-28 14:45:17 +08:00
parent c2a661976d
commit 900c362a1c
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
</el-select>
</el-form-item>
<el-form-item label="边界入侵区域" prop="bianjiequyu">
<el-select v-model="form.bianjiequyu" multiple placeholder="请选择监理单位" style="width: 100%;">
<el-select v-model="form.bianjiequyu" multiple placeholder="请选择边界入侵区域" style="width: 100%;">
<el-option v-for="item in quyuList" :key="item.DICTIONARIES_ID" :label="item.name" :value="item.DICTIONARIES_ID" />
</el-select>
</el-form-item>