diff --git a/console/atest-ui/package-lock.json b/console/atest-ui/package-lock.json index a35aea4b..ed78df73 100644 --- a/console/atest-ui/package-lock.json +++ b/console/atest-ui/package-lock.json @@ -10361,9 +10361,9 @@ } }, "node_modules/rollup": { - "version": "3.25.1", - "resolved": "https://registry.npmmirror.com/rollup/-/rollup-3.25.1.tgz", - "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -20110,9 +20110,9 @@ } }, "rollup": { - "version": "3.25.1", - "resolved": "https://registry.npmmirror.com/rollup/-/rollup-3.25.1.tgz", - "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/console/atest-ui/src/views/TestCase.vue b/console/atest-ui/src/views/TestCase.vue index 9a81a5a9..2ff5f1c2 100644 --- a/console/atest-ui/src/views/TestCase.vue +++ b/console/atest-ui/src/views/TestCase.vue @@ -886,7 +886,9 @@ Magic.Keys(() => { :key="item.value" :label="item.key" :value="item.value" - /> + > + {{ item.key }} + @@ -894,12 +896,14 @@ Magic.Keys(() => { v-model="testCaseWithSuite.data.request.api" style="width: 100%" :fetch-suggestions="querySuggestedAPIs" - placeholder="API Address" :readonly="isHistoryTestCase"> + diff --git a/console/atest-ui/src/views/TestingPanel.vue b/console/atest-ui/src/views/TestingPanel.vue index c52b9215..d6edbbea 100644 --- a/console/atest-ui/src/views/TestingPanel.vue +++ b/console/atest-ui/src/views/TestingPanel.vue @@ -1,6 +1,7 @@