描述调整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

@@ -46,9 +46,9 @@
<el-col :span="1.5"> <el-col :span="1.5">
<el-button type="info" icon="el-icon-refresh" v-hasPermi="['business:wmblankinventory:edit']" size="mini" @click="handleSynchronous">清单列表同步</el-button> <el-button type="info" icon="el-icon-refresh" v-hasPermi="['business:wmblankinventory:edit']" size="mini" @click="handleSynchronous">清单列表同步</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button type="warning" icon="el-icon-refresh" v-hasPermi="['business:wmblankinventory:edit']" size="mini" @click="handleBlankInventoryRenew">毛坯库存更新</el-button> <el-button type="warning" icon="el-icon-refresh" v-hasPermi="['business:wmblankinventory:edit']" size="mini" @click="handleBlankInventoryRenew">毛坯库存更新</el-button>
</el-col> </el-col> -->
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row> </el-row>

View File

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