update:修正一些bug
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="back" title="返回" @click="back">
|
||||
<i class="el-icon-back"></i>
|
||||
</div>
|
||||
<div class="title">{{ personShareEO.oldStandName }}<i class="el-icon-s-order" @click="heightShow = !heightShow"></i></div>
|
||||
<div class="title">管理征求意见<i class="el-icon-s-order" @click="heightShow = !heightShow"></i></div>
|
||||
</div>
|
||||
<transition name="el-zoom-in-top">
|
||||
<div v-show="heightShow" class="transition-box">
|
||||
@@ -64,11 +64,7 @@
|
||||
label="提出人"
|
||||
width="170">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="proposer"
|
||||
label="提出人"
|
||||
width="170">
|
||||
</el-table-column>
|
||||
|
||||
</el-table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user