Skip to content

Commit

Permalink
feat(attribute): hide visible & change
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed May 13, 2021
1 parent ea89200 commit df702b2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/menus/Configuration/components/attributeTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@
</vxe-table-column>
<vxe-table-column field="attt" :width="minWidth" :title="$t('common.type')" />
<vxe-table-column field="deci" :width="minWidth" title="Decimal" />
<vxe-table-column field="adis" :width="minWidth" title="Visible">
<template slot-scope="scope">
{{ scope.row.adis ? 'YES' : 'NO' }}
</template>
</vxe-table-column>
<vxe-table-column field="achg" :width="minWidth" title="Change">
<template slot-scope="scope">
{{ scope.row.achg ? 'YES' : 'NO' }}
</template>
</vxe-table-column>
<vxe-table-column field="attr" :width="minWidth" title="RW" />
<vxe-table-column field="rtim" :width="minWidth" title="Rtime" />
<vxe-table-column :width="250" v-if="showBtn">
Expand Down

0 comments on commit df702b2

Please sign in to comment.