工单审批时处理意见写错
This commit is contained in:
parent
311fc03db5
commit
ce0c440666
|
@ -352,7 +352,7 @@
|
||||||
<text class="star">*</text>
|
<text class="star">*</text>
|
||||||
<text>审批意见</text>
|
<text>审批意见</text>
|
||||||
</view>
|
</view>
|
||||||
<textarea class="apply-reason-text" v-model="form.name" maxlength="250" placeholder="请输入" />
|
<textarea class="apply-reason-text" v-model="form.suggestion" maxlength="250" placeholder="请输入" />
|
||||||
</view>
|
</view>
|
||||||
<view class="btn" style="display: flex;justify-content: space-between;margin-top: 20rpx;">
|
<view class="btn" style="display: flex;justify-content: space-between;margin-top: 20rpx;">
|
||||||
<view class="left-content">
|
<view class="left-content">
|
||||||
|
|
Loading…
Reference in New Issue