|
|
@ -55,6 +55,7 @@ |
|
|
|
:prop="item.columnName" |
|
|
|
:label="item.label" |
|
|
|
align="center" |
|
|
|
:fixed="item.columnName == 'NAME' ? 'left' : false" |
|
|
|
:show-overflow-tooltip="true" |
|
|
|
:width="item.itemType === 'radio' ? computedWidth(item.label) : 180"> |
|
|
|
<template slot-scope="scope"> |
|
|
@ -171,6 +172,7 @@ |
|
|
|
width="80%" |
|
|
|
append-to-body |
|
|
|
class="dialog-h" |
|
|
|
top="5vh" |
|
|
|
:close-on-click-modal="false" |
|
|
|
:before-close="handlerEditCancle"> |
|
|
|
<div class="dialog-h-content scroll-h"> |
|
|
|