From 93613ff8e7db6a77841a36eb4be9e5219bd5cd29 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期一, 12 八月 2024 11:43:43 +0800
Subject: [PATCH] 修改
---
web/src/views/modules/taskReliability/TaskBinoParam.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/src/views/modules/taskReliability/TaskBinoParam.vue b/web/src/views/modules/taskReliability/TaskBinoParam.vue
index 4081cc3..4362523 100644
--- a/web/src/views/modules/taskReliability/TaskBinoParam.vue
+++ b/web/src/views/modules/taskReliability/TaskBinoParam.vue
@@ -23,13 +23,13 @@
<span v-else>{{scope.row.successRate}}</span>
</template>
</el-table-column>
- <el-table-column prop="simulatTimes" label="浠跨湡娆℃暟" align="center" width="100">
+ <el-table-column prop="simulatTimes" label="鎬绘鏁�" align="center" width="100">
<template slot-scope="scope">
<span
v-if="editingCell && editingCell.row === scope.row && editingCell.column.property === scope.column.property">
<el-input ref="editInput"
autosize v-model="scope.row.simulatTimes"
- placeholder="浠跨湡娆℃暟"></el-input>
+ placeholder="鎬绘鏁�"></el-input>
</span>
<span v-else>{{scope.row.simulatTimes}}</span>
</template>
--
Gitblit v1.9.1