前端类型管理去除成套管理

This commit is contained in:
wcy 2024-10-11 13:33:05 +08:00
parent 2aac079b7c
commit 8688bb6b09
1 changed files with 10 additions and 10 deletions

View File

@ -213,13 +213,13 @@
> >
数量管理 数量管理
</el-tag> </el-tag>
<el-tag <!-- <el-tag-->
size="mini" <!-- size="mini"-->
type="warning" <!-- type="warning"-->
v-if="row.manageType == '2'" <!-- v-if="row.manageType == '2'"-->
> <!-- >-->
成套管理 <!-- 成套管理-->
</el-tag> <!-- </el-tag>-->
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
@ -396,9 +396,9 @@
<el-option value="1" label="数量管理" <el-option value="1" label="数量管理"
>数量管理</el-option >数量管理</el-option
> >
<el-option value="2" label="成套管理" <!-- <el-option value="2" label="成套管理"-->
>成套管理</el-option <!-- >成套管理</el-option-->
> <!-- >-->
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>