Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
307df1e401
  1. 3
      src/views/modules/base/resi.vue

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

@ -63,7 +63,8 @@
align="center"
:fixed="item.columnName == 'NAME' ? 'left' : false"
:show-overflow-tooltip="true"
:width="item.itemType === 'radio' ? computedWidth(item.label) : 180">
>
<!-- :width="item.itemType === 'radio' ? computedWidth(item.label) : 180" -->
<template slot-scope="scope">
<a v-if="item.columnName == 'NAME'"
class="name-a"

Loading…
Cancel
Save