|
@@ -60,11 +60,6 @@
|
|
|
<div>{{ scope.row.needGroup == 1 ? '是' :'否' }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="needShow" label="是否显示">
|
|
|
- <template slot-scope="scope">
|
|
|
- <div>{{ scope.row.needShow == 1 ? '是' :'否' }}</div>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
<el-table-column prop="listqueryTemplateID" label="是否下拉">
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{ scope.row.listqueryTemplateID == 1 ? '是' :'否' }}</div>
|