rev:优化测试出现的问题

This commit is contained in:
2024-07-04 18:39:47 +08:00
parent 54b9140e64
commit c95dc50c49
9 changed files with 573 additions and 627 deletions

View File

@@ -155,6 +155,14 @@
/>
</template>
</el-table-column>
<el-table-column prop="dbr_value2">
<template slot="header">
<el-link type="primary" :underline="false" @click.native="test_read1()">测试读</el-link>
</template>
<template slot-scope="scope">
<el-input v-model="data2[scope.$index].dbr_value" size="mini" class="edit-input" />
</template>
</el-table-column>
<el-table-column prop="dbw_value">
<template slot="header">
<el-link type="primary" :underline="false" @click.native="test_write1()">测试写</el-link>