huangbin 4 anni fa
parent
commit
54991d6f8a

+ 0 - 1
src/common/components/description/index.vue

@@ -13,7 +13,6 @@
                rowKey="key"
                :data-source="tableList"
                :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }">
-        <slot></slot>
       </a-table>
       <ThridMenu :list="tabList"
                  @selectMenu="changeTab" />

+ 1 - 1
src/common/setup/table/clolumn.ts

@@ -80,7 +80,7 @@ export function getTableColumns() {
 
 /**
  * 获取对应的格式化函数
- * @param val 
+ * @param val
  * @returns 格式化函数
  */
 function getFromatterFn(val: string) {