|
@@ -30,7 +30,6 @@
|
|
|
发送系统更新消息
|
|
|
</template>
|
|
|
<el-input type="textarea" :rows="3" v-model="systemUpdatesMessage"
|
|
|
- clearable
|
|
|
placeholder="在此输入要发送的消息,如果不填写就是清空消息。"/>
|
|
|
<div style="margin-top: 12px">
|
|
|
<el-button type="primary" icon="Upload" @click="clickSendUpdateMessage">发送消息</el-button>
|
|
@@ -43,7 +42,6 @@
|
|
|
发送滚动通知
|
|
|
</template>
|
|
|
<el-input type="textarea" :rows="3" v-model="scrollingMessage"
|
|
|
- clearable
|
|
|
placeholder="在此输入要发送的消息,如果不填写就是清空消息。"/>
|
|
|
<div style="margin-top: 12px">
|
|
|
<el-button type="primary" icon="Upload" @click="clickSendScrollingMessages">发送消息</el-button>
|