This commit is contained in:
徐哼唧L
2022-12-09 16:18:12 +08:00
parent dc4d87a990
commit 5ed3073b6e
130 changed files with 41608 additions and 2013 deletions

View File

@@ -34,7 +34,7 @@
<font>Submitted time : </font>{{item.ctime}}
</span><br>
<span v-if="item.abstrart!=''">
<font style="color: #888;">Abstrart : </font>{{item.abstrart}}
<font style="color: #888;">Abstract : </font>{{item.abstrart}}
</span>
</h4>
</li>
@@ -67,7 +67,7 @@
<font>Submitted time : </font>{{item.ctime}}
</span><br>
<span v-if="item.abstrart!=''">
<font style="color: #888;">Abstrart : </font>{{item.abstrart}}
<font style="color: #888;">Abstract : </font>{{item.abstrart}}
</span>
</h4>
</li>
@@ -82,7 +82,7 @@
<el-card class="box-card" style="margin-top: 30px;">
<div class="ma_title">
<h2>Accepted manuscripts.</h2>
<h2>Accept manuscripts.</h2>
</div>
<ul class="ta1_uli">
<li v-for="(item,index) in tableData2">
@@ -104,7 +104,7 @@
<font>Submitted time : </font>{{item.ctime}}
</span><br>
<span v-if="item.abstrart!=''">
<font style="color: #888;">Abstrart : </font>{{item.abstrart}}
<font style="color: #888;">Abstract : </font>{{item.abstrart}}
</span>
</h4>