|
@@ -724,7 +724,6 @@ export default {
|
|
|
columnAttributes: {
|
|
|
label: '销售价格(元)',
|
|
|
prop: 'normAmount',
|
|
|
- width: 160
|
|
|
},
|
|
|
render: (h, { row, column, index }) => {
|
|
|
return this.isEditIndex == index ? (
|
|
@@ -749,7 +748,7 @@ export default {
|
|
|
<div style="padding:0 6px">{row[column.columnAttributes.prop]}</div>
|
|
|
)
|
|
|
}
|
|
|
- },
|
|
|
+ },
|
|
|
// {
|
|
|
// columnAttributes: {
|
|
|
// label: '师傅分账金额(元)',
|
|
@@ -986,6 +985,14 @@ export default {
|
|
|
},
|
|
|
orderDetail: {
|
|
|
click: ({ row, index, column }) => {
|
|
|
+ this.$router.push({
|
|
|
+ name: 'workOrderPool',
|
|
|
+ params: {
|
|
|
+ pageName: row.projectNo,
|
|
|
+ pageType: 'projectNo',
|
|
|
+ pageCode: row.projectNo,
|
|
|
+ },
|
|
|
+ })
|
|
|
}
|
|
|
}
|
|
|
})
|