bug
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user