|
|
|
@ -10,14 +10,14 @@
|
|
|
|
|
<div v-else > |
|
|
|
|
<a-collapse v-model="activeKey"> |
|
|
|
|
<a-collapse-panel v-for="(value, index) in activeKeyAll" :header="filterDictText(dictOptions,value)||'未分类'" :key="value"> |
|
|
|
|
<a-list :grid="{ gutter: 10,column:4}" :dataSource="processDataMap[value]"> |
|
|
|
|
<a-list :grid="{ gutter: 20,column:4}" :dataSource="processDataMap[value]"> |
|
|
|
|
<a-list-item slot="renderItem" slot-scope="item" > |
|
|
|
|
<a-card hoverable @click="chooseProcess(item)" class="forRadius" :style="{'background-color':item.color}"> |
|
|
|
|
<a-card hoverable @click="chooseProcess(item)" class="forRadius" :style="{'background-color':item.color,'border-radius':'12px'}"> |
|
|
|
|
<div slot="title"> |
|
|
|
|
<a-row style="text-align: center;"> |
|
|
|
|
<!-- <a-col span="12" :title="item.name">{{item.name}} </a-col>--> |
|
|
|
|
<!--<a-col span="12" style="text-align: center;">--> |
|
|
|
|
<a href="javascript:void (0)" style="color: white">{{item.name}}</a> |
|
|
|
|
<a href="javascript:void (0)" style="color: white;font-size: 18px;font-weight: bolder;">{{item.name}}</a> |
|
|
|
|
<!-- <a href="javascript:void (0)" @click="chooseProcess(item)">{{item.name}}</a>--> |
|
|
|
|
<!--</a-col>--> |
|
|
|
|
</a-row> |
|
|
|
@ -105,7 +105,13 @@
|
|
|
|
|
pictrueId:'', |
|
|
|
|
procInstId:'' |
|
|
|
|
}, |
|
|
|
|
colors:["#175CFF","#FFC542","#00C18B","#0DCCFF","#C449EA","#f56c6c","#00e1cd","#ff4562","#f9d500","#7191e4","#8759ff","#fc7798","#00bf50","#b7d264"] |
|
|
|
|
colors:["#7da0f5", |
|
|
|
|
"#fad172", |
|
|
|
|
"#46cea8", |
|
|
|
|
"#3dd6ff", |
|
|
|
|
"#cf6dee", |
|
|
|
|
"#fa8e8e", |
|
|
|
|
"#4bfceb","#fd7186","#f9d500","#7191e4","#8759ff","#fc7798","#00bf50","#b7d264"] |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
computed:{ |
|
|
|
|