|
@@ -53,7 +53,7 @@
|
|
|
<el-table-column label="指标标识" prop="key" width="140" show-overflow-tooltip v-col="'key'" />
|
|
|
<el-table-column label="计算公式" prop="formula" show-overflow-tooltip v-col="'dataType'" />
|
|
|
<el-table-column label="数据类型" prop="types" width="85" show-overflow-tooltip v-col="'dataType'" />
|
|
|
- <el-table-column label="指标说明" prop="description" width="140" show-overflow-tooltip v-col="'name'" />
|
|
|
+ <el-table-column label="指标说明" prop="description" show-overflow-tooltip v-col="'name'" />
|
|
|
<el-table-column prop="createdAt" label="创建时间" align="center" width="160" v-col="'createdAt'"></el-table-column>
|
|
|
<el-table-column label="操作" width="100" align="center" fixed="right">
|
|
|
<template #default="scope">
|