Browse Source

dd

shibei_master
13176889840 4 years ago
parent
commit
8531ec3174
  1. 2
      src/views/modules/base/resi.vue

2
src/views/modules/base/resi.vue

@ -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">

Loading…
Cancel
Save