|
|
@ -32,7 +32,7 @@ |
|
|
|
<el-table-column type="selection" align="center" width="50"/> |
|
|
|
<el-table-column label="序号" type="index" width="80" :index="indexMethod" align="center"/> |
|
|
|
<el-table-column prop="state" label="备案状态" align="center" width="150" /> |
|
|
|
<el-table-column prop="state" label="是否曾备案状态" align="center" width="160"> |
|
|
|
<el-table-column label="是否曾备案状态" align="center" width="160"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.isBa == '1' ? '是' : scope.row.isBa == '0' ? '否' : '' }}</span> |
|
|
|
</template> |
|
|
|