修改表格结构.
This commit is contained in:
@@ -36,12 +36,15 @@
|
||||
<!-- 表格 -->
|
||||
<a-card class="general-card table-card">
|
||||
<template #title>
|
||||
<!-- 左侧标题 -->
|
||||
<div class="table-title">
|
||||
${table.comment}列表
|
||||
<!-- 左侧操作 -->
|
||||
<div class="table-left-bar-handle">
|
||||
<!-- 标题 -->
|
||||
<div class="table-title">
|
||||
${table.comment}列表
|
||||
</div>
|
||||
</div>
|
||||
<!-- 右侧按钮 -->
|
||||
<div class="table-bar-handle">
|
||||
<!-- 右侧操作 -->
|
||||
<div class="table-right-bar-handle">
|
||||
<a-space>
|
||||
<!-- 新增 -->
|
||||
<a-button type="primary"
|
||||
|
||||
@@ -13,7 +13,7 @@ const columns = [
|
||||
title: '${field.comment}',
|
||||
dataIndex: '${field.propertyName}',
|
||||
slotName: '${field.propertyName}',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
#if(${field.propertyType} == 'String')
|
||||
ellipsis: true,
|
||||
tooltip: true,
|
||||
|
||||
Reference in New Issue
Block a user