This commit is contained in:
lupeng_zz 2026-06-15 10:34:58 +08:00
parent 8410b92b17
commit abcdbea711
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ var sp2component = {
:width="flexColumnWidth('RDM',tableData,3)" :width="flexColumnWidth('RDM',tableData,3)"
:show-overflow-tooltip="true"> :show-overflow-tooltip="true">
<template slot-scope="scope"> <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> <el-button :style="scope.row.redmine_color" @click="to_redmine_1(item)" type="text" size="medium">{{item}}</el-button>
</div> </div>

View File

@ -156,7 +156,7 @@ var Wellcomponent = {
:width="flexColumnWidth('rdm',tableData,3)" :width="flexColumnWidth('rdm',tableData,3)"
:show-overflow-tooltip="true"> :show-overflow-tooltip="true">
<template slot-scope="scope"> <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> <el-button :style="scope.row.redmine_color" @click="to_redmine_1(item)" type="text" size="medium">{{item}}</el-button>
</div> </div>
</template> </template>