@@ -28,7 +28,7 @@
<el-table-column label="编码" prop="code" minWidth="110">
<template slot-scope="{ row, $index }">
- {{ row.code }}
+ {{ row.categoryCode }}
</template>
</el-table-column>