|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<template v-slot:status="{ row }">
|
|
<template v-slot:status="{ row }">
|
|
|
- {{ row.status == 1 ? '启用' : '停用' }}
|
|
|
|
|
|
|
+ {{ row.qualityStandard.status == 1 ? '启用' : '停用' }}
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -37,14 +37,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<template v-slot:version="{ row }">
|
|
<template v-slot:version="{ row }">
|
|
|
- {{ row.version }}
|
|
|
|
|
|
|
+ {{ row.qualityStandard.version }}
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<template v-slot:action="{ row }">
|
|
<template v-slot:action="{ row }">
|
|
|
<el-link type="primary" :underline="false" icon="el-icon-edit" @click="openEdit(row)">
|
|
<el-link type="primary" :underline="false" icon="el-icon-edit" @click="openEdit(row)">
|
|
|
- 编辑
|
|
|
|
|
|
|
+ 添加
|
|
|
</el-link>
|
|
</el-link>
|
|
|
<el-popconfirm class="ele-action" title="确定要删除此干燥区吗?" @confirm="remove(row)">
|
|
<el-popconfirm class="ele-action" title="确定要删除此干燥区吗?" @confirm="remove(row)">
|
|
|
<template v-slot:reference>
|
|
<template v-slot:reference>
|