Browse Source

update

master
wanggang 1 year ago
parent
commit
d5eb8edfab
  1. 2
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/components/list/index.js

2
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/components/list/index.js

@ -90,7 +90,7 @@ export default {
</template>
</el-table-column>
</template>
<template v-else>
<template v-else-if="item.type!=='object'">
<template v-if="!item.hideForList&&showColumn(item,key)">
<el-table-column :prop="key" sortable="custom" :sort-orders="['descending', 'ascending', null]">
<template #header="scope">{{item.title}}</template>

Loading…
Cancel
Save