|
@@ -830,7 +830,7 @@ export default {
|
|
|
{ title: '操作', key: 'remark', align: 'center', slot: 'Set', minWidth: 120 },
|
|
|
],
|
|
|
supTableColumns: [
|
|
|
- { title: '序号', key: 'index', align: 'center' },
|
|
|
+ { title: '序号',type:'index', align: 'center' },
|
|
|
{ title: '辅料名称', key: 'title', align: 'center', slot: 'combine', minWidth: 60 },
|
|
|
{ title: '操作', key: 'set', align: 'center', slot: 'supSet' },
|
|
|
],
|
|
@@ -1305,7 +1305,7 @@ export default {
|
|
|
// this.supTableData.forEach((element, index) => {
|
|
|
// element.index = index + 1
|
|
|
// });
|
|
|
- },
|
|
|
+ },
|
|
|
goback () {
|
|
|
this.$router.go(-1)
|
|
|
},
|