|
@@ -494,7 +494,7 @@ export default {
|
|
|
name: 'el-select',
|
|
|
md: 6,
|
|
|
formItemAttributes: {
|
|
|
- label: '产品小类型',
|
|
|
+ label: '产品小类',
|
|
|
prop: 'smallId',
|
|
|
rules: [...required]
|
|
|
},
|
|
@@ -1042,7 +1042,7 @@ export default {
|
|
|
return this.operationBtn({
|
|
|
edit: {
|
|
|
conditions: ({ row, index, column }) => {
|
|
|
- return row.status == 'SAVE'
|
|
|
+ return ['SAVE', 'REJECT'].includes(row.status)
|
|
|
},
|
|
|
click: ({ row, index, column }) => {
|
|
|
this.getClassifyListData()
|