This commit is contained in:
yanran200730
2023-02-08 16:36:35 +08:00
parent bf508e8cb8
commit 4670ffee85
2 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
<ai-table v-if="moduleId" :tableData="cateList" :col-configs="cateColConfigs" :isShowPagination="false" @getList="getCateList">
<el-table-column slot="category" label="分类名称" align="center">
<template slot-scope="{row}">
<ai-edit-input v-model="row.categoryName" :error.sync="row.error"/>
<ai-edit-input v-model="row.categoryName" :key="row.id" :error.sync="row.error"/>
</template>
</el-table-column>
<el-table-column slot="options" width="220px" fixed="right" label="操作" align="center">