修改表格结构.

This commit is contained in:
lijiahang
2023-10-18 15:00:43 +08:00
parent 9a05b303bd
commit b83b212a4f
11 changed files with 59 additions and 35 deletions

View File

@@ -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"

View File

@@ -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,