commit
This commit is contained in:
@@ -729,4 +729,8 @@ td.no-b {
|
||||
|
||||
/*********END********设置工作流表单el-description嵌套el-form的格式**************************END*********/
|
||||
|
||||
|
||||
.el-form-item .form-item-tooltip {
|
||||
color: rgb(153, 153, 153);
|
||||
font-size: 13px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ const businessTool = {
|
||||
}
|
||||
})
|
||||
},
|
||||
listCLubByRole() {
|
||||
listClubByRole() {
|
||||
return commonUtil
|
||||
.axiosService()
|
||||
.post("/platform/club/common/listClubByRole", {})
|
||||
|
||||
@@ -661,7 +661,7 @@ module.exports = {
|
||||
async created() {
|
||||
this.listSession()
|
||||
await this.getRolesAndUnion()
|
||||
this.clubOptions = await this.$businessTool.listCLubByRole()
|
||||
this.clubOptions = await this.$businessTool.listClubByRole()
|
||||
if ((this.is_sysadmin || this.is_A06 || this.is_H02) === false && this.is_H04 === true) {
|
||||
this.unions = this.$businessTool.listUnion(this.unionid)
|
||||
this.$set(this.pageForm, "unionId", this.unions[0].id)
|
||||
|
||||
@@ -23,7 +23,10 @@ module.exports = {
|
||||
<div>
|
||||
<el-row type="flex" justify="space-between" slot="header">
|
||||
<h3 style="color: var(--color-primary)">{{ label }}</h3>
|
||||
<el-link type="primary" @click="openChart">流程图</el-link>
|
||||
<div class="header-right">
|
||||
<slot name="header-right-label"></slot>
|
||||
<el-link type="primary" @click="openChart">流程图</el-link>
|
||||
</div>
|
||||
</el-row>
|
||||
<snaker-chart ref="snakerChartRef"></snaker-chart>
|
||||
</div>
|
||||
@@ -31,5 +34,9 @@ module.exports = {
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.header-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user