Commit 6284128b by caoyanzhi

update: 话术列表ui

parent 38578293
......@@ -21,9 +21,9 @@
<p class="temp-info-text">发布时间:{{ formatDateTimeByType(el.publishTime) || '--' }}</p>
<el-button class="temp-check-btn" type="text" @click="showTempDetail(el)">查看</el-button>
</div>
<div :class="['temp-status', { publish: el.status == -1 || el.status == 0 || el.status == 1 || el.status == 2 || el.status == 3 }, { reject: el.status == 4 }, { published: el.status == 5 }]">
<!-- <div :class="['temp-status', { publish: el.status == -1 || el.status == 0 || el.status == 1 || el.status == 2 || el.status == 3 }, { reject: el.status == 4 }, { published: el.status == 5 }]">
{{ el.status | formatStatus(statusList) }}
</div>
</div> -->
</div>
</div>
<dm-pagination v-if="total > 0" background @size-change="handleSizeChange" @current-change="handleCurrentChange" :total="total" :current-page="search.pageNum" :page-size="search.pageSize" :page-sizes="[20, 40, 60, 80]" layout="total, sizes, prev, pager, next"></dm-pagination>
......@@ -300,7 +300,6 @@ export default {
padding-bottom: 10px;
+ .temp-detail-item {
padding-top: 10px;
border-top: 1px solid #e4e7ed;
}
.temp-detail-content {
.temp-detail-title {
......@@ -314,15 +313,13 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 16px;
background: #f7f8fa;
+ .sound-record {
margin-top: 10px;
.temp-detail-desc {
padding-top: 10px;
border-top: 1px solid #e4e7ed;
}
}
.temp-detail-desc {
width: 650px;
width: 630px;
font-size: 14px;
font-weight: 400;
color: #303133;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment