8/13, 缴费分析-缴费方式修改
This commit is contained in:
@@ -85,7 +85,14 @@
|
||||
<div class="w-full h-full flex mt-2">
|
||||
<div class="title">审批意见</div>
|
||||
<div class="preivewBodybox">
|
||||
<el-input v-model="reviewInfo.propertyReviewFeedback" placeholder="请输入" type="textarea" :rows="5"></el-input>
|
||||
<el-input
|
||||
maxlength="200"
|
||||
show-word-limit
|
||||
v-model.trim="reviewInfo.propertyReviewFeedback"
|
||||
placeholder="请输入"
|
||||
type="textarea"
|
||||
:rows="5"
|
||||
></el-input>
|
||||
<div class="actions">
|
||||
<el-button type="primary" @click="updatePass('1')">审核通过</el-button>
|
||||
<el-button type="danger" @click="updatePass('2')">审核不通过</el-button>
|
||||
|
||||
Reference in New Issue
Block a user