diff --git a/acs/qd/src/views/acs/device/index.vue b/acs/qd/src/views/acs/device/index.vue
index 8595b47..080ccbe 100644
--- a/acs/qd/src/views/acs/device/index.vue
+++ b/acs/qd/src/views/acs/device/index.vue
@@ -139,23 +139,29 @@
-
+
+
+
+
+
+
+
+
+
+
-
+
+
驱动配置
-
-
-
-
-
diff --git a/acs/qd/src/views/acs/produceshiftorder/index.vue b/acs/qd/src/views/acs/produceshiftorder/index.vue
index 593aa16..6d84715 100644
--- a/acs/qd/src/views/acs/produceshiftorder/index.vue
+++ b/acs/qd/src/views/acs/produceshiftorder/index.vue
@@ -59,18 +59,6 @@
-
-
-
-
-
-
-
- 完成
-
-
-
-
@@ -84,12 +72,16 @@
-
+
+
+ 完成
+
@@ -147,13 +139,6 @@ export default {
[CRUD.HOOK.beforeRefresh]() {
return true
},
- beforeHandleCommand(index, row, command) {
- return {
- 'index': index,
- 'row': row,
- 'command': command
- }
- },
finish(index, row) {
debugger
crudProduceshiftorder.finish(row.order_id).then(res => {
@@ -162,13 +147,6 @@ export default {
}).catch(err => {
console.log(err.response.data.message)
})
- },
- handleCommand(command) {
- switch (command.command) {
- case 'a':// 完成
- this.finish(command.index, command.row)
- break
- }
}
}
}