feat: fac_cal 修改校正测点 时间类型为日或天也显示校正

This commit is contained in:
zty 2025-02-17 15:36:52 +08:00
parent 9860158c8f
commit 369a759ba5
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
<el-button <el-button
link link
size="small" size="small"
v-if="scope.row.type == 'year_s' || scope.row.type == 'month_s' || scope.row.type == 'day_s'" v-if="scope.row.type == 'year_s' || scope.row.type == 'month_s' || scope.row.type == 'day_s'|| scope.row.type == 'month'|| scope.row.type == 'day'"
@click="handle_edit(scope.row)" @click="handle_edit(scope.row)"
type="primary" type="primary"
>校正</el-button >校正</el-button