|
@@ -223,7 +223,8 @@
|
|
|
:rowSelection="options.rowSelection"
|
|
|
:scroll="{x: 1300, y: BaseTool.Constant.scrollY}"
|
|
|
showPagination="auto"
|
|
|
- :rowClassName="rowClassName">
|
|
|
+ >
|
|
|
+ <!-- :rowClassName="rowClassName" -->
|
|
|
<template #positionNo="text,record">
|
|
|
<a @click="showChangeLog(record)">{{ text }}</a>
|
|
|
</template>
|
|
@@ -480,7 +481,14 @@ export default {
|
|
|
return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
|
|
|
}
|
|
|
}, */
|
|
|
-
|
|
|
+ {
|
|
|
+ title: '状态',
|
|
|
+ checked: true,
|
|
|
+ dataIndex: 'status',
|
|
|
+ align: 'center',
|
|
|
+ width: 100,
|
|
|
+ scopedSlots: { customRender: 'status' }
|
|
|
+ },
|
|
|
{
|
|
|
title: '车间',
|
|
|
checked: true,
|
|
@@ -719,21 +727,13 @@ export default {
|
|
|
return this.BaseTool.Object.getField(this.checkTypeMap, text)
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- title: '备注',
|
|
|
- checked: true,
|
|
|
- dataIndex: 'remark',
|
|
|
- width: 100
|
|
|
- },
|
|
|
- {
|
|
|
- title: '状态',
|
|
|
- checked: true,
|
|
|
- dataIndex: 'status',
|
|
|
- align: 'center',
|
|
|
- width: 100,
|
|
|
- scopedSlots: { customRender: 'status' }
|
|
|
+ // {
|
|
|
+ // title: '备注',
|
|
|
+ // checked: true,
|
|
|
+ // dataIndex: 'remark',
|
|
|
+ // width: 100
|
|
|
+ // },
|
|
|
|
|
|
- },
|
|
|
{
|
|
|
title: '操作',
|
|
|
key: 'action',
|