提交 28aaa836 编写于 作者: vino's avatar vino

云鹊专区中应用配置增加自定义积木需求

上级 1d4148e5
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="选择积木页" :index="indexMethod" width="300" class="required-label"> <el-table-column label="选择积木页(仅支持图片搭建的积木页和跳转)" width="320">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select filterable v-if="scope.row.appTag == 10" v-model="scope.row.appUrl" placeholder="请选择积木页" style="position: relative;width:75%;"> <el-select filterable v-if="scope.row.appTag == 10" v-model="scope.row.appUrl" placeholder="请选择积木页" style="position: relative;width:75%;">
<el-option <el-option
...@@ -259,7 +259,7 @@ export default { ...@@ -259,7 +259,7 @@ export default {
// circleId: this.circleId // circleId: this.circleId
id: "", id: "",
title: "", title: "",
publishFlag: "", publishFlag: 5,
createdTime: "", createdTime: "",
pageNo: 1, pageNo: 1,
pageSize: 20000 pageSize: 20000
...@@ -347,6 +347,9 @@ export default { ...@@ -347,6 +347,9 @@ export default {
}) })
.catch(() => {}); .catch(() => {});
},
activityColor({row, column, rowIndex, columnIndex}){
return "activity-color";
} }
}, },
...@@ -426,4 +429,7 @@ export default { ...@@ -426,4 +429,7 @@ export default {
.el-select-dropdown { .el-select-dropdown {
width: 300px; width: 300px;
} }
.el-table .activity-color {
color: #EC808D;
}
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册