|
|
@ -139,7 +139,7 @@ function submitAddMatrixUser(){ |
|
|
</template> |
|
|
</template> |
|
|
<!-- 自定义表项/单元格内容 --> |
|
|
<!-- 自定义表项/单元格内容 --> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
{{scope.row[item.prop].types}}---->{{scope.row[item.prop].isedit}} |
|
|
|
|
|
<div v-if="!scope.row[item.prop].isedit" @dblclick="scope.row[item.prop].isedit = true"> |
|
|
<div v-if="!scope.row[item.prop].isedit" @dblclick="scope.row[item.prop].isedit = true"> |
|
|
<el-text v-for="(itemtext,ti) in scope.row[item.prop].namelist" :key="ti" class="mx-1">{{ itemtext }}</el-text> |
|
|
<el-text v-for="(itemtext,ti) in scope.row[item.prop].namelist" :key="ti" class="mx-1">{{ itemtext }}</el-text> |
|
|
</div> |
|
|
</div> |
|
|
|