...
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
<span>{{ row.outSpeed }}</span>
|
||||
<el-button icon="el-icon-edit" type="text" @click="rowDataChange(row)"></el-button>
|
||||
</template>
|
||||
<!-- 编辑状态:显示输入框 -->
|
||||
<template v-else>
|
||||
<!-- 编辑状态:显示输入框 -->
|
||||
<el-col :span="16">
|
||||
<el-input
|
||||
v-model="row.outSpeed"
|
||||
|
||||
Reference in New Issue
Block a user