feat: fac_cal 修改校正测点 时间类型为日或天也显示校正
This commit is contained in:
parent
9860158c8f
commit
369a759ba5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue