|
@@ -979,6 +979,9 @@ export default {
|
|
|
operation() {
|
|
|
return this.operationBtn({
|
|
|
edit: {
|
|
|
+ conditions: ({ row, index, column }) => {
|
|
|
+ return row.status == 'SAVE'
|
|
|
+ },
|
|
|
click: ({ row, index, column }) => {
|
|
|
this.getClassifyListData()
|
|
|
qualityFeedbackDetail({
|