feat: support ins pause and enable

This commit is contained in:
engigu
2024-01-14 17:36:16 +08:00
parent 1318724deb
commit c611b7c344
2 changed files with 4 additions and 4 deletions
@@ -226,7 +226,7 @@ export default defineComponent({
.ins-area {
display: flex;
max-width: 900px;
/* max-width: 900px; */
}
.add-top {
@@ -62,12 +62,12 @@
<el-table :data="insTableData" empty-text="发信实例为空" style="width: 100%" max-height="300"
:row-style="insRowStyle()">
<el-table-column prop="way_name" label="渠道名" />
<el-table-column prop="way_type" label="渠道+内容类型">
<el-table-column prop="way_type" label="渠道+内容类型" width="120px">
<template #default="scope">
{{ scope.row.way_type }}+{{ scope.row.content_type }}
</template>
</el-table-column>
<el-table-column prop="way_type" label="额外信息">
<el-table-column prop="way_type" label="额外信息" >
<template #default="scope">
{{ formatExtraInfo(scope) }}
</template>
@@ -260,7 +260,7 @@ export default defineComponent({
.ins-area {
display: flex;
max-width: 900px;
/* max-width: 1000px; */
}