feat: support ins pause and enable
This commit is contained in:
@@ -226,7 +226,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
.ins-area {
|
.ins-area {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: 900px;
|
/* max-width: 900px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-top {
|
.add-top {
|
||||||
|
|||||||
@@ -62,12 +62,12 @@
|
|||||||
<el-table :data="insTableData" empty-text="发信实例为空" style="width: 100%" max-height="300"
|
<el-table :data="insTableData" empty-text="发信实例为空" style="width: 100%" max-height="300"
|
||||||
:row-style="insRowStyle()">
|
:row-style="insRowStyle()">
|
||||||
<el-table-column prop="way_name" label="渠道名" />
|
<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">
|
<template #default="scope">
|
||||||
{{ scope.row.way_type }}+{{ scope.row.content_type }}
|
{{ scope.row.way_type }}+{{ scope.row.content_type }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="way_type" label="额外信息">
|
<el-table-column prop="way_type" label="额外信息" >
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
{{ formatExtraInfo(scope) }}
|
{{ formatExtraInfo(scope) }}
|
||||||
</template>
|
</template>
|
||||||
@@ -260,7 +260,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
.ins-area {
|
.ins-area {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: 900px;
|
/* max-width: 1000px; */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user