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

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