diff --git a/src/views/xm/core/xmBranchState/XmBranchStateAdd.vue b/src/views/xm/core/xmBranchState/XmBranchStateAdd.vue index 609902f9..e30bb64f 100644 --- a/src/views/xm/core/xmBranchState/XmBranchStateAdd.vue +++ b/src/views/xm/core/xmBranchState/XmBranchStateAdd.vue @@ -138,16 +138,16 @@ - + - + - + - + diff --git a/src/views/xm/core/xmBranchState/XmBranchStateEdit.vue b/src/views/xm/core/xmBranchState/XmBranchStateEdit.vue index 3220b523..7c95144f 100644 --- a/src/views/xm/core/xmBranchState/XmBranchStateEdit.vue +++ b/src/views/xm/core/xmBranchState/XmBranchStateEdit.vue @@ -137,16 +137,16 @@ - + - + - + - + diff --git a/src/views/xm/core/xmBranchState/XmBranchStateMng.vue b/src/views/xm/core/xmBranchState/XmBranchStateMng.vue index 8bb471a3..932c9b24 100644 --- a/src/views/xm/core/xmBranchState/XmBranchStateMng.vue +++ b/src/views/xm/core/xmBranchState/XmBranchStateMng.vue @@ -55,10 +55,10 @@ - - - - + + + + diff --git a/src/views/xm/core/xmBranchStateHis/XmBranchStateHisEdit.vue b/src/views/xm/core/xmBranchStateHis/XmBranchStateHisEdit.vue index 5ce283d9..9c873a0e 100644 --- a/src/views/xm/core/xmBranchStateHis/XmBranchStateHisEdit.vue +++ b/src/views/xm/core/xmBranchStateHis/XmBranchStateHisEdit.vue @@ -137,16 +137,16 @@ - + - + - + - + diff --git a/src/views/xm/core/xmBranchStateHis/XmBranchStateHisMng.vue b/src/views/xm/core/xmBranchStateHis/XmBranchStateHisMng.vue index d8fd4c90..990bbcb4 100644 --- a/src/views/xm/core/xmBranchStateHis/XmBranchStateHisMng.vue +++ b/src/views/xm/core/xmBranchStateHis/XmBranchStateHisMng.vue @@ -55,10 +55,10 @@ - - - - + + + + diff --git a/src/views/xm/core/xmGroupState/XmGroupStateOverview.vue b/src/views/xm/core/xmGroupState/XmGroupStateOverview.vue index cb9b7678..f80a0bcd 100644 --- a/src/views/xm/core/xmGroupState/XmGroupStateOverview.vue +++ b/src/views/xm/core/xmGroupState/XmGroupStateOverview.vue @@ -328,7 +328,7 @@ export default { }, xAxis: { type: 'category', - data: ['测试案例', '任务', '缺陷'] + data: ['测试用例', '任务', '缺陷'] }, series: [ { @@ -484,21 +484,21 @@ export default { color: '#73C0DE' } }, - name: '测试中案例'}, + name: '测试中用例'}, {value: this.xmGroupState.designCases, itemStyle: { normal:{ color: '#FAC858' } }, - name: '设计中案例'}, + name: '设计中用例'}, {value: this.xmGroupState.finishCases, itemStyle: { normal:{ color: '#91CC75' } }, - name: '完成案例'}, + name: '完成用例'}, ], emphasis: { itemStyle: { diff --git a/src/views/xm/core/xmIteration/XmIterationOverview.vue b/src/views/xm/core/xmIteration/XmIterationOverview.vue index e5b6a2aa..4fcd6b24 100644 --- a/src/views/xm/core/xmIteration/XmIterationOverview.vue +++ b/src/views/xm/core/xmIteration/XmIterationOverview.vue @@ -200,7 +200,7 @@
- 案例情况 + 用例情况
@@ -541,21 +541,21 @@ export default { color: '#73C0DE' } }, - name: '测试中案例'}, + name: '测试中用例'}, {value: this.xmIteration.designCases, itemStyle: { normal:{ color: '#FAC858' } }, - name: '设计中案例'}, + name: '设计中用例'}, {value: this.xmIteration.finishCases, itemStyle: { normal:{ color: '#91CC75' } }, - name: '完成案例'}, + name: '完成用例'}, ], emphasis: { itemStyle: { diff --git a/src/views/xm/core/xmIterationState/XmIterationStateEdit.vue b/src/views/xm/core/xmIterationState/XmIterationStateEdit.vue index 786be454..536111f4 100644 --- a/src/views/xm/core/xmIterationState/XmIterationStateEdit.vue +++ b/src/views/xm/core/xmIterationState/XmIterationStateEdit.vue @@ -23,16 +23,16 @@ - + - + - + - + diff --git a/src/views/xm/core/xmIterationState/XmIterationStateMng.vue b/src/views/xm/core/xmIterationState/XmIterationStateMng.vue index 213e2082..b00b28e9 100644 --- a/src/views/xm/core/xmIterationState/XmIterationStateMng.vue +++ b/src/views/xm/core/xmIterationState/XmIterationStateMng.vue @@ -17,10 +17,10 @@ - - - - + + + + diff --git a/src/views/xm/core/xmIterationStateHis/XmIterationStateHisEdit.vue b/src/views/xm/core/xmIterationStateHis/XmIterationStateHisEdit.vue index 786d2828..849d57d7 100644 --- a/src/views/xm/core/xmIterationStateHis/XmIterationStateHisEdit.vue +++ b/src/views/xm/core/xmIterationStateHis/XmIterationStateHisEdit.vue @@ -23,16 +23,16 @@ - + - + - + - + diff --git a/src/views/xm/core/xmIterationStateHis/XmIterationStateHisMng.vue b/src/views/xm/core/xmIterationStateHis/XmIterationStateHisMng.vue index a3e973a7..038700bb 100644 --- a/src/views/xm/core/xmIterationStateHis/XmIterationStateHisMng.vue +++ b/src/views/xm/core/xmIterationStateHis/XmIterationStateHisMng.vue @@ -17,10 +17,10 @@ - - - - + + + + diff --git a/src/views/xm/core/xmMenu/XmMenuEdit.vue b/src/views/xm/core/xmMenu/XmMenuEdit.vue index 40909dd4..57f16080 100644 --- a/src/views/xm/core/xmMenu/XmMenuEdit.vue +++ b/src/views/xm/core/xmMenu/XmMenuEdit.vue @@ -207,7 +207,7 @@ - + diff --git a/src/views/xm/core/xmMenu/XmMenuOverview.vue b/src/views/xm/core/xmMenu/XmMenuOverview.vue index 276a92d2..d68329fd 100644 --- a/src/views/xm/core/xmMenu/XmMenuOverview.vue +++ b/src/views/xm/core/xmMenu/XmMenuOverview.vue @@ -216,7 +216,7 @@
- 案例情况 + 用例情况
@@ -350,7 +350,7 @@ }, xAxis: { type: 'category', - data: ['测试案例', '任务', '缺陷'] + data: ['测试用例', '任务', '缺陷'] }, series: [ { @@ -506,21 +506,21 @@ color: '#73C0DE' } }, - name: '测试中案例'}, + name: '测试中用例'}, {value: this.xmMenu.designCases, itemStyle: { normal:{ color: '#FAC858' } }, - name: '设计中案例'}, + name: '设计中用例'}, {value: this.xmMenu.finishCases, itemStyle: { normal:{ color: '#91CC75' } }, - name: '完成案例'}, + name: '完成用例'}, ], emphasis: { itemStyle: { diff --git a/src/views/xm/core/xmProduct/XmProductOverview.vue b/src/views/xm/core/xmProduct/XmProductOverview.vue index 9704282d..ff17a05c 100644 --- a/src/views/xm/core/xmProduct/XmProductOverview.vue +++ b/src/views/xm/core/xmProduct/XmProductOverview.vue @@ -210,7 +210,7 @@
- 案例情况 + 用例情况
@@ -546,21 +546,21 @@ export default { color: '#73C0DE' } }, - name: '测试中案例'}, + name: '测试中用例'}, {value: this.xmProduct.designCases, itemStyle: { normal:{ color: '#FAC858' } }, - name: '设计中案例'}, + name: '设计中用例'}, {value: this.xmProduct.finishCases, itemStyle: { normal:{ color: '#91CC75' } }, - name: '完成案例'}, + name: '完成用例'}, ], emphasis: { itemStyle: { diff --git a/src/views/xm/core/xmProductState/XmProductStateEdit.vue b/src/views/xm/core/xmProductState/XmProductStateEdit.vue index b019a9f9..386a8ccb 100644 --- a/src/views/xm/core/xmProductState/XmProductStateEdit.vue +++ b/src/views/xm/core/xmProductState/XmProductStateEdit.vue @@ -86,16 +86,16 @@ - + - + - + - + diff --git a/src/views/xm/core/xmProductState/XmProductStateMng.vue b/src/views/xm/core/xmProductState/XmProductStateMng.vue index 90af5425..d2988474 100644 --- a/src/views/xm/core/xmProductState/XmProductStateMng.vue +++ b/src/views/xm/core/xmProductState/XmProductStateMng.vue @@ -38,10 +38,10 @@ - - - - + + + + diff --git a/src/views/xm/core/xmProductStateHis/XmProductStateHisEdit.vue b/src/views/xm/core/xmProductStateHis/XmProductStateHisEdit.vue index b34e359a..e0fcdac5 100644 --- a/src/views/xm/core/xmProductStateHis/XmProductStateHisEdit.vue +++ b/src/views/xm/core/xmProductStateHis/XmProductStateHisEdit.vue @@ -86,16 +86,16 @@ - + - + - + - + diff --git a/src/views/xm/core/xmProductStateHis/XmProductStateHisMng.vue b/src/views/xm/core/xmProductStateHis/XmProductStateHisMng.vue index 2755a281..f008fa09 100644 --- a/src/views/xm/core/xmProductStateHis/XmProductStateHisMng.vue +++ b/src/views/xm/core/xmProductStateHis/XmProductStateHisMng.vue @@ -38,10 +38,10 @@ - - - - + + + + diff --git a/src/views/xm/core/xmProjectState/XmProjectStateEdit.vue b/src/views/xm/core/xmProjectState/XmProjectStateEdit.vue index 795505ea..949883cf 100644 --- a/src/views/xm/core/xmProjectState/XmProjectStateEdit.vue +++ b/src/views/xm/core/xmProjectState/XmProjectStateEdit.vue @@ -143,16 +143,16 @@ - + - + - + - + diff --git a/src/views/xm/core/xmProjectState/XmProjectStateMng.vue b/src/views/xm/core/xmProjectState/XmProjectStateMng.vue index 38b01495..38b5f0f5 100644 --- a/src/views/xm/core/xmProjectState/XmProjectStateMng.vue +++ b/src/views/xm/core/xmProjectState/XmProjectStateMng.vue @@ -57,10 +57,10 @@ - - - - + + + + diff --git a/src/views/xm/core/xmProjectStateHis/XmProjectStateHisEdit.vue b/src/views/xm/core/xmProjectStateHis/XmProjectStateHisEdit.vue index 90ff8f3c..de84530a 100644 --- a/src/views/xm/core/xmProjectStateHis/XmProjectStateHisEdit.vue +++ b/src/views/xm/core/xmProjectStateHis/XmProjectStateHisEdit.vue @@ -143,16 +143,16 @@ - + - + - + - + diff --git a/src/views/xm/core/xmProjectStateHis/XmProjectStateHisMng.vue b/src/views/xm/core/xmProjectStateHis/XmProjectStateHisMng.vue index 40a95e1d..5dffa044 100644 --- a/src/views/xm/core/xmProjectStateHis/XmProjectStateHisMng.vue +++ b/src/views/xm/core/xmProjectStateHis/XmProjectStateHisMng.vue @@ -57,10 +57,10 @@ - - - - + + + +