工厂模型修改

This commit is contained in:
17630416519 2026-01-12 11:22:44 +08:00
parent 489aefb5ef
commit e35abdef00

View File

@ -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')" />