表格处理
This commit is contained in:
@@ -19,6 +19,15 @@
|
||||
<span v-if="Ainfo.refer_state.state" class="el-icon-check pass status"> Complete</span>
|
||||
<span v-else class="el-icon-pie-chart notPass status"> Pending</span>
|
||||
</h5>
|
||||
<div class="con">
|
||||
<h4>Generate charts </h4>
|
||||
|
||||
|
||||
|
||||
<p class="mt10"><el-button @click="goGenerateCharts(thisArtcleId)" icon="el-icon-edit" type="text">Edit</el-button></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="con">
|
||||
<h4>References </h4>
|
||||
<p class="mt20">A total of <i class="tip">{{Ainfo.refer_state.num}}</i> references in this manuscript is identified.</p>
|
||||
@@ -73,6 +82,16 @@
|
||||
}
|
||||
});
|
||||
},
|
||||
// 跳转到图表编辑页面
|
||||
goGenerateCharts(id){
|
||||
this.$router.push({
|
||||
path: 'GenerateCharts',
|
||||
query: {
|
||||
id: id
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
// 隐藏alert
|
||||
hideAlert(){
|
||||
|
||||
Reference in New Issue
Block a user