Commit bec60997 authored by 吴春's avatar 吴春

审核按钮显示修改

parent 6c7fd235
......@@ -51,21 +51,21 @@
<span class="fz14 color333">审批意见</span>
</div>
<p class="mt10">
<el-input v-if="item.ApplyState === 0" type="textarea" v-model="Reason"></el-input>
<el-input v-if="item.ApplyState === 3" type="textarea" v-model="Reason"></el-input>
<span v-else>Reason</span>
</p>
<input type="button" class="hollowFixedBtn mt20 fr" value="取消" @click="closeLayer" />
<input
type="button"
class="normalBtn mt20 fr"
v-if="item.ApplyState === 0"
v-if="item.ApplyState === 3"
value="通过"
@click="saveIdea(item,1)"
/>
<input
type="button"
class="normalBtn mt20 fr"
v-if="item.ApplyState === 0"
v-if="item.ApplyState === 3"
value="拒绝"
@click="saveIdea(item,2)"
/>
......
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