描述调整001
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
<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-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-col>
|
||||
</el-col> -->
|
||||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user