前端类型管理去除成套管理
This commit is contained in:
parent
2aac079b7c
commit
8688bb6b09
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue