|
@@ -3,8 +3,8 @@
|
|
|
<crumbs
|
|
|
:title="
|
|
|
type === 'success'
|
|
|
- ? `${titleName}-通用规则测试-成功条数`
|
|
|
- : `${titleName}-通用规则测试-失败条数`
|
|
|
+ ? `${titleName}-成功条数`
|
|
|
+ : `${titleName}-失败条数`
|
|
|
"
|
|
|
class="topBack"
|
|
|
:param="$route.params"
|
|
@@ -261,7 +261,7 @@ export default {
|
|
|
if(list[i].ruleBaseType == params[j].val){
|
|
|
// if(params[j].name){
|
|
|
str += `<p style="padding:0 10px;border-bottom:${i == list.length-1?'0':'1px solid #EBEEF5'};overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" class="collTxt">
|
|
|
- ${params[j].name||'-'}
|
|
|
+ ${params[j].name||' '}
|
|
|
</p>`
|
|
|
// }
|
|
|
}
|
|
@@ -271,7 +271,7 @@ export default {
|
|
|
for(let i = 0;i < list.length;i++){
|
|
|
// if(list[i][name]){
|
|
|
str += `<p style="padding:0 10px;border-bottom:${i == list.length-1?'0':'1px solid #EBEEF5'};overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" class="collTxt">
|
|
|
- ${list[i][name]||'-'}
|
|
|
+ ${list[i][name]||' '}
|
|
|
</p>`
|
|
|
// }
|
|
|
}
|
|
@@ -299,7 +299,7 @@ export default {
|
|
|
const localAuto = JSON.parse(localStorage.getItem('localAuto'));
|
|
|
const { data, type,hospitalName } = this.$route.params;
|
|
|
this.type = type||localAuto.type;
|
|
|
- this.titleName = localAuto.caseName||data.caseName.split('_')[0]
|
|
|
+ this.titleName = localAuto.caseName||data.caseName.replace(/\_/,'-')
|
|
|
return {
|
|
|
current: this.inCurrentPage || this.currentPage,
|
|
|
size: this.pageSize,
|