聊天管理

This commit is contained in:
曹磊 2024-08-29 10:07:57 +08:00
parent 7356f003a3
commit 9d4fbfc682
1 changed files with 2 additions and 2 deletions

View File

@ -168,9 +168,9 @@
</div> </div>
<el-input type="textarea" id="textarea" :rows="2" placeholder="请输入内容" v-model="content" <el-input type="textarea" id="textarea" :rows="2" placeholder="请输入内容" v-model="content"
@keyup.enter.native="sendTextarea(1)"></el-input> @keyup.enter.native="sendTextarea(1)"></el-input>
<el-button type="primary" style="font-size: 12px" v-if="content" @click="sendTextarea(1)">发送1 <el-button type="primary" style="font-size: 12px" v-if="content" @click="sendTextarea(1)">发送
</el-button> </el-button>
<el-button type="primary" style="font-size: 12px" v-else disabled @click="sendTextarea(1)">发送2 <el-button type="primary" style="font-size: 12px" v-else disabled @click="sendTextarea(1)">发送
</el-button> </el-button>
</div> </div>
</div> </div>