Commit 2b2e218a authored by 张俊's avatar 张俊

流程详情接口对接

parent 3d8b54a4
......@@ -20,7 +20,7 @@
></el-progress>
<span
style="float:right;"
v-text="helper.numberFormat(option.request_count, 2) + (option.request_count > 10000 ? '万次' : '次')"
v-text="helper.numberFormat(option.request_count, 2) + (option.request_count > 10000 ? '万'+unit : unit)"
></span>
</div>
</li>
......@@ -39,7 +39,11 @@ export default {
targetValue: {
type: Number,
default: () => 0
}
},
unit: {
type: String,
default: () => ''
},
},
data() {
return {
......
......@@ -137,6 +137,11 @@ export default {
};
</script>
<style>
.outborder .system .el-input__prefix,.outborder .system .el-input__suffix{
left: auto;
}
</style>
<style scoped>
.outborder {
border-bottom: 2px solid rgba(244, 247, 252, 1);
......
......@@ -460,7 +460,11 @@ export default {
});
},
gotopage(url,id){
if(url=='/'){
this.$router.push(`/fwgl/0/0/servicedetail/${id}`)
}else{
this.$router.push(`${url}${id}`)
}
},
//本地删除
deleteLocal(val) {
......
......@@ -204,7 +204,7 @@ export default {
align: "left",
minWidtn:'40%',
type:'click',
url:'/',
url:'/progress/designer/detail/',
id:'id',
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment