|
@@ -2,4 +2,7 @@
|
|
|
1. 测试访问地址:http://8.136.199.33:8900/
|
|
|
2. 项目引入了两个UI库 Tdesign 和 ElementPlus,主要使用Tdesign因为UI是按照这个组件库标准设计的,
|
|
|
使用ElementPlus是因为用了其中的Tree组件
|
|
|
-3. t-table可以利用 cellEmptyContent插槽来实现 操作栏的渲染;具体示例 可见 customer\UserList页面中
|
|
|
+3. t-table 某列数据的插槽 是 直接用
|
|
|
+ ``<template #EdbName="{ row }">
|
|
|
+ <span>指标名称</span>
|
|
|
+ </template>``
|