V1.2.0已发布的测试版

This commit is contained in:
2025-08-08 17:15:09 +08:00
parent 9153dff407
commit e50db2f719
45 changed files with 310 additions and 157 deletions

View File

@@ -146,7 +146,7 @@
<span>{{ handelTime(scope.row.createDate ) }}</span>
</template>
</el-table-column> -->
<el-table-column prop="shouldOutDate" :label="$t('backendSystem.shouldOutDate')" width="180" show-overflow-tooltip >
<el-table-column prop="shouldOutDate" :label="$t('backendSystem.shouldOutDate')" width="180" :resizable="false" show-overflow-tooltip >
<template slot-scope="scope">
<span>{{ handelTime(scope.row.shouldOutDate ) }}</span>
</template>
@@ -154,13 +154,13 @@
<!-- <el-table-column prop="coin" :label="$t('backendSystem.coin2')" width="100" show-overflow-tooltip>
</el-table-column> -->
<el-table-column prop="allocationAmount" :label="$t('backendSystem.allocationAmount')" width="200" show-overflow-tooltip/>
<el-table-column prop="transferAmount" :label="$t('backendSystem.transferAmount')" width="200" show-overflow-tooltip/>
<el-table-column prop="allocationAmount" :label="$t('backendSystem.allocationAmount')" :resizable="false" width="200" show-overflow-tooltip/>
<el-table-column prop="transferAmount" :label="$t('backendSystem.transferAmount')" :resizable="false" width="200" show-overflow-tooltip/>
<!-- <el-table-column prop="user" :label="$t('backendSystem.minerUser2')" width="180" show-overflow-tooltip/> -->
<el-table-column prop="address" :label="$t('backendSystem.address')" show-overflow-tooltip />
<el-table-column prop="address" :label="$t('backendSystem.address')" :resizable="false" show-overflow-tooltip />
<el-table-column prop="maxHeight" :label="$t('backendSystem.maxHeight')" width="180" show-overflow-tooltip />
<el-table-column prop="maxHeight" :label="$t('backendSystem.maxHeight')" :resizable="false" width="180" show-overflow-tooltip />