mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
完善审核页面
This commit is contained in:
parent
5ad4394d0f
commit
913d742ff8
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user