Commit 4bf2a5d9 authored by Mac's avatar Mac

1

parent 53eb949a
......@@ -387,15 +387,14 @@
<view style="display: flex;align-items: center;justify-content: center;height:70px ;" v-if="examineMsg.CompanyStatus==1">
<Text >是否同意审核?</Text>
</view>
<view style="display: flex;flex-direction: column;height:150px ;width: 100%;padding: 15px;" v-if='examineMsg.CompanyStatus==2'>
<Text style='margin-top: 5px;margin-bottom: 10px;margin-left: 5%;'>拒绝理由</Text>
<view style="display: flex;flex-direction: column;height:100px ;width: 100%;padding: 15px;" v-if='examineMsg.CompanyStatus==2'>
<Text style='margin-top: 5px;margin-bottom: 10px;font-size: 16px;'>拒绝理由</Text>
<view>
<input type="text" placeholder="输入理由"
v-model="examineMsg.Remark">
</view>
<textarea
placeholder="输入理由"
style="height: 100px;width: 90%;margin-left: 5%;"
class="inputM"
v-model="examineMsg.Remark"
/>
</view>
<view style="display: flex;flex-direction: row;align-items: center;height: 50px;border-top: 1px solid #F5F5F5;width: 100%;">
<view style="width: 50%;display: flex;align-items: center;justify-content: center" @click="showModal=false">
......
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