描述调整001

This commit is contained in:
2024-07-11 10:54:04 +08:00
parent f38057c904
commit 9630dbf5d2
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@
<el-table-column prop="description" label="显示描述" align="center" :show-overflow-tooltip="true" />
<el-table-column prop="version" label="版本号" align="center" :show-overflow-tooltip="true" />
<el-table-column prop="remarks" label="备注" align="center" :show-overflow-tooltip="true" />
<el-table-column prop="type" label="状态" align="center">
<el-table-column prop="type" label="物料类别" align="center">
<template slot-scope="scope">
<el-tag type="primary" v-if="scope.row.type === 1">成品</el-tag>
<el-tag type="warning" v-if="scope.row.type === 2">毛坯</el-tag>