数模没有标准设备

This commit is contained in:
sjl
2025-08-15 08:37:35 +08:00
parent 83c8dc5f19
commit 61b87304e6
9 changed files with 56 additions and 230 deletions

View File

@@ -20,7 +20,7 @@
show-word-limit
/>
</el-form-item>
<el-form-item label="标准设备" prop="standardDevIds" :label-width="110">
<el-form-item label="标准设备" prop="standardDevIds" :label-width="110" v-if="selectByMode && planType == 0">
<el-select
v-model="formContent.standardDevIds"
multiple
@@ -29,6 +29,7 @@
:max-collapse-tags="2"
placeholder="请选择标准设备"
clearable
>
<el-option
v-for="option in pqStandardDevArray"