Browse Source

操作列更改

master
安虹睿 1 year ago
parent
commit
8aa278e617
  1. 6
      Code/Fe/src/components/umyTable/index.vue

6
Code/Fe/src/components/umyTable/index.vue

@ -23,7 +23,8 @@
<u-table-column
v-if="buttonOperationList_left"
:fixed="'left'"
:width="120"
width="auto"
min-width="120px"
:align="'center'"
:header-align="'center'"
>
@ -44,7 +45,8 @@
<u-table-column
v-if="buttonOperationList_right"
:fixed="'right'"
:width="120"
width="auto"
min-width="120px"
:align="'center'"
:header-align="'center'"
>

Loading…
Cancel
Save