Browse Source

设备功能执行结果部分增加提示

yanglzh 2 years ago
parent
commit
0ed275c61b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/iot/device/instance/component/function.vue

+ 1 - 1
src/views/iot/device/instance/component/function.vue

@@ -18,7 +18,7 @@
 							</template>
 						</el-table-column>
 					</el-table>
-					<el-input type="textarea" :value="item.result" class="result"> </el-input>
+					<el-input type="textarea" :value="item.result" class="result" read-only placeholder="执行结果"> </el-input>
 				</div>
 				<div class="btn">
 					<el-button type="primary" :loading="item.loading" @click="run(item)">执行</el-button>