|
|
|
|
@ -25,6 +25,7 @@
|
|
|
|
|
</el-form>
|
|
|
|
|
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true">
|
|
|
|
|
<el-table-column :label="t('MoldManagement.MoldListPage.index')" type="index" width="70" align="center" />
|
|
|
|
|
<el-table-column :label="t('MoldManagement.MoldListPage.code')" prop="code" min-width="140" />
|
|
|
|
|
<el-table-column :label="t('MoldManagement.MoldListPage.subMoldName')" prop="name" min-width="160" />
|
|
|
|
|
<el-table-column :label="t('MoldManagement.MoldListPage.type')" min-width="120">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
|