工厂模型修改
This commit is contained in:
parent
489aefb5ef
commit
e35abdef00
@ -49,10 +49,7 @@
|
||||
v-if="columns.showColumn('workstationCode')" />
|
||||
<el-table-column prop="workstationName" label="工站名称" align="center" :show-overflow-tooltip="true"
|
||||
v-if="columns.showColumn('workstationName')" />
|
||||
<el-table-column prop="workstaionType" label="工站类别" align="center" v-if="columns.showColumn('workstaionType')">
|
||||
<template #default="scope">
|
||||
<dict-tag :options="options.workstaionTypeOptions" :value="scope.row.workstaionType" />
|
||||
</template>
|
||||
<el-table-column prop="workstaionType" label="工站类别" align="center" >
|
||||
</el-table-column>
|
||||
<el-table-column prop="description" label="描述" align="center" :show-overflow-tooltip="true"
|
||||
v-if="columns.showColumn('description')" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user