|
@@ -153,7 +153,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="是否自增">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-checkbox v-model="scope.row.isAutoIncrement" v-if="scope.row.rule==6" :true-label="1" :false-label="0"></el-checkbox>
|
|
|
+ <span >{{scope.row.isAutoIncrement===1?'是':'否'}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" width="150">
|