完善执行命令功能 99%

This commit is contained in:
fofolee
2022-04-10 14:06:21 +08:00
parent c78581bc76
commit a4179cb9d8
6 changed files with 73 additions and 44 deletions

View File

@@ -12,7 +12,7 @@ export default {
data() {
return {
action: {
type: "fromUtools",
type: "input",
data: {},
},
featureCode: this.$route.path.slice(1),

View File

@@ -188,7 +188,7 @@
</q-card>
</q-dialog>
<CommandRunResult
:action="{ type: 'inPlugin' }"
:action="{ type: 'config' }"
ref="result"
></CommandRunResult>
</div>