短信库管理

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

View File

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