|
|
@@ -165,7 +165,7 @@
|
|
|
<template #reference>
|
|
|
<el-button plain>{{ `${scope.row.unit}(${scope.row.unitType})` }}</el-button>
|
|
|
</template>
|
|
|
- <el-table :data="allUnit"
|
|
|
+ <el-table :data="allUnit" height="500"
|
|
|
@cellClick="(row1) => { scope.row.unit = row1.unitName; scope.row.unitType = row1.unitSymbol; }">
|
|
|
<el-table-column property="unitName" label="单位名称" />
|
|
|
<el-table-column property="unitSymbol" label="单位符号" />
|