短信库管理

This commit is contained in:
shidongli 2024-03-06 16:29:51 +08:00
parent f684d1c3e7
commit 60f99099c8
2 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@
</el-row>
<el-row :gutter="20">
<el-col :span="5">
<div class="left" ref="box">
<div class="leftmessage" ref="box">
<div class="name">科室名称</div>
<div>
<el-input
@ -160,8 +160,9 @@
</el-table-column>
<el-table-column
label="短信状态"
align="center"
align="right"
prop="textMessageStatus"
width="90px"
>
<!-- <template slot-scope="scope">
{{ scope.row.textMessageStatus == "GROUNDING" ? "上架" : "" }}
@ -928,8 +929,8 @@ export default {
};
</script>
<style lang="scss">
.left {
height: 530px;
.leftmessage {
height: 800px;
overflow: auto;
.name {
font-weight: 700;
@ -976,6 +977,6 @@ export default {
// margin-left: 10px; //
position: relative;
top: 16px;
left: 12px;
left: 25px;
}
</style>

View File

@ -1046,7 +1046,6 @@ export default {
let sum = 0;
this.DepartmentoList.forEach((item) => {
if (item.countNum != null) {
console.log(item.countNum)
sum += item.countNum;
}
this.count = sum;