完善审核页面

This commit is contained in:
shiyj1101 2021-06-24 11:29:47 +08:00
parent 5ad4394d0f
commit 913d742ff8
3 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<tr align="center"><th>确定撤回该审核吗?</th></tr>
<br/>
<tr align="center">
<th><textarea v-model="shopCommunityWithdrawInfo.remark" rows="4" cols="6" placeholder="必填,请填写撤回意见"
<th><textarea v-model="shopCommunityWithdrawInfo.remark" rows="3" cols="4" placeholder="必填,请填写撤回意见"
class="form-control" style="font-size:14px;" >
</textarea></th></tr>
</div>

View File

@ -11,7 +11,7 @@
<tr align="center"><th>确定撤回该审核吗?</th></tr>
<br/>
<tr align="center">
<th><textarea v-model="shopWithdrawInfo.remark" rows="4" cols="6" placeholder="必填,请填写撤回意见"
<th><textarea v-model="shopWithdrawInfo.remark" rows="3" cols="4" placeholder="必填,请填写撤回意见"
class="form-control" style="font-size:14px;" >
</textarea></th></tr>
</div>

View File

@ -98,4 +98,5 @@
</div>
</div>
<vc:create path="common/audit" callBackListener="auditShopCommunity" callBackFunction="notifyAudit"></vc:create>
<vc:create path="common/shopCommunityWithdraw"></vc:create>
</div>