fix(UI测试): flyway sql重复
This commit is contained in:
parent
100a6083c9
commit
d6eacc68af
|
@ -1,13 +1,3 @@
|
|||
INSERT
|
||||
system_parameter
|
||||
VALUES
|
||||
(
|
||||
'metersphere.module.ui',
|
||||
'ENABLE',
|
||||
'text',
|
||||
1
|
||||
);
|
||||
|
||||
CREATE TABLE `ui_scenario_module`
|
||||
(
|
||||
`id` varchar(50) NOT NULL COMMENT 'ui scenario node ID',
|
||||
|
@ -113,4 +103,4 @@ CREATE TABLE `ui_scenario_reference` (
|
|||
|
||||
-- module management
|
||||
INSERT INTO system_parameter (param_key, param_value, type, sort)
|
||||
VALUES ('metersphere.module.ui', 'ENABLE', 'text', 1);
|
||||
VALUES ('metersphere.module.ui', 'ENABLE', 'text', 1);
|
||||
|
|
|
@ -217,7 +217,7 @@ export default {
|
|||
},
|
||||
title: [{
|
||||
text: (this.content.success + this.content.error +this.content.unExecute +this.content.errorCode),
|
||||
subtext: this.$t('api_report.request'),
|
||||
subtext: this.isUi ? '步骤' : this.$t('api_report.request'),
|
||||
top: 'center',
|
||||
left: 'center',
|
||||
textStyle: {
|
||||
|
|
Loading…
Reference in New Issue