This commit is contained in:
changjinpeng
2022-03-08 11:32:56 +08:00
parent f2dbea9f46
commit b7ff5be5e7

View File

@@ -11,6 +11,7 @@
</span> </span>
<textarea :maxlength="150" placeholder="请输入审批意见" v-model="opinion" class="textarea" clearable="false"> </textarea> <textarea :maxlength="150" placeholder="请输入审批意见" v-model="opinion" class="textarea" clearable="false"> </textarea>
<div class="bottoms">
<div class="clearns" @click="clearn">清空内容</div> <div class="clearns" @click="clearn">清空内容</div>
<div class="msg_length"> <div class="msg_length">
<span class="font">{{ opinion.length }}</span> <span class="font">{{ opinion.length }}</span>
@@ -18,6 +19,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<!-- 同意意见 --> <!-- 同意意见 -->
<div v-if="type == 1"> <div v-if="type == 1">
@@ -179,12 +181,12 @@ export default {
}, },
btn() { btn() {
// if (this.type == 0 && this.opinion == '') { if (this.type == 0 && this.opinion == '') {
// return uni.showToast({ return uni.showToast({
// title: '请输入审批意见', title: '请输入审批意见',
// icon: 'none', icon: 'none',
// }) })
// } }
// if ( // if (
// this.list.some((item) => { // this.list.some((item) => {