Commit bec60997 authored by 吴春's avatar 吴春

审核按钮显示修改

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