@@ -9,7 +9,7 @@
:columns="columns"
:datasource="datasource"
:selection.sync="selection"
- row-key="code"
+ row-key="id"
>
<!-- 表头工具栏 -->
<template v-slot:toolbar>
@@ -126,7 +126,6 @@
// sortable: 'custom',
showOverflowTooltip: true,
align: 'center',
-
minWidth: 110
},
{
@@ -8,7 +8,7 @@
<el-button size="small" type="primary" icon="el-icon-plus" class="ele-btn-icon" @click="showAddLog">
- 添加参数
+ 添加工序
</el-button>
</template>