This commit is contained in:
parent
8410b92b17
commit
abcdbea711
|
|
@ -100,7 +100,7 @@ var sp2component = {
|
|||
:width="flexColumnWidth('RDM',tableData,3)"
|
||||
:show-overflow-tooltip="true">
|
||||
<template slot-scope="scope">
|
||||
<div v-for="(item, index) in scope.row.rdm.split(/[,, ]+/)" :key="index">
|
||||
<div v-for="(item, index) in scope.row.rdm.split(/[,,、 ]+/)" :key="index">
|
||||
<el-button :style="scope.row.redmine_color" @click="to_redmine_1(item)" type="text" size="medium">{{item}}</el-button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ var Wellcomponent = {
|
|||
:width="flexColumnWidth('rdm',tableData,3)"
|
||||
:show-overflow-tooltip="true">
|
||||
<template slot-scope="scope">
|
||||
<div v-for="(item, index) in scope.row.rdm.split(/[,, ]+/)" :key="index">
|
||||
<div v-for="(item, index) in scope.row.rdm.split(/[,,、 ]+/)" :key="index">
|
||||
<el-button :style="scope.row.redmine_color" @click="to_redmine_1(item)" type="text" size="medium">{{item}}</el-button>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue