File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
console/atest-ui/src/views Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
107107 <el-button
108108 type =" primary"
109109 @click =" submitForm(secretFormRef)"
110- : loading =" creatingLoading"
110+ v- loading =" creatingLoading"
111111 test-id =" store-form-submit"
112112 >{{t('button.submit')}}</el-button
113113 >
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ function updateKeys() {
316316 <el-button
317317 type =" primary"
318318 @click =" submitForm(storeFormRef)"
319- : loading =" creatingLoading"
319+ v- loading =" creatingLoading"
320320 test-id =" store-form-submit"
321321 >{{t('button.submit')}}</el-button
322322 >
Original file line number Diff line number Diff line change @@ -559,10 +559,10 @@ Magic.Keys(() => {
559559 <el-container >
560560 <el-header style =" padding-left : 5px ;" >
561561 <div style =" margin-bottom : 5px " >
562- <el-button type =" primary" @click =" saveTestCase" :icon =" Edit" : loading =" saveLoading"
562+ <el-button type =" primary" @click =" saveTestCase" :icon =" Edit" v- loading =" saveLoading"
563563 disabled v-if =" Cache.GetCurrentStore().readOnly"
564564 >{{ t('button.save') }}</el-button >
565- <el-button type =" primary" @click =" saveTestCase" :icon =" Edit" : loading =" saveLoading"
565+ <el-button type =" primary" @click =" saveTestCase" :icon =" Edit" v- loading =" saveLoading"
566566 v-if =" !Cache.GetCurrentStore().readOnly"
567567 >{{ t('button.save') }}</el-button >
568568 <el-button type =" danger" @click =" deleteTestCase" :icon =" Delete" >{{ t('button.delete') }}</el-button >
@@ -597,7 +597,7 @@ Magic.Keys(() => {
597597 </template >
598598 </el-autocomplete >
599599
600- <el-dropdown split-button type =" primary" @click =" sendRequest" : loading =" requestLoading" >
600+ <el-dropdown split-button type =" primary" @click =" sendRequest" v- loading =" requestLoading" >
601601 {{ t('button.send') }}
602602 <template #dropdown >
603603 <el-dropdown-menu >
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ const targetSuiteDuplicateName = ref('')
414414 <el-button
415415 type =" primary"
416416 @click =" submitForm(testcaseFormRef)"
417- : loading =" suiteCreatingLoading"
417+ v- loading =" suiteCreatingLoading"
418418 test-id =" case-form-submit"
419419 >{{ t('button.submit') }}</el-button
420420 >
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ const suiteKinds = [{
453453 <el-button
454454 type =" primary"
455455 @click =" submitForm(suiteFormRef)"
456- : loading =" suiteCreatingLoading"
456+ v- loading =" suiteCreatingLoading"
457457 test-id =" suite-form-submit"
458458 >{{ t('button.submit') }}</el-button
459459 >
You can’t perform that action at this time.
0 commit comments