|
|
|
@ -54,7 +54,7 @@ |
|
|
|
|
<el-button v-if="!isView" type="primary" size="mini" @click="addRule">新增</el-button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<el-dialog :visible.sync="configVisible" width="30%" title="批量新增判分点" center> |
|
|
|
|
<el-dialog :visible.sync="configVisible" width="30%" title="批量新增判分点" center :append-to-body='true'> |
|
|
|
|
<div class="flex-between mgb20"> |
|
|
|
|
<div style="width: 100%;height: 400px;overflow: auto;margin: auto;background: #F5F5F5"> |
|
|
|
|
<el-tree |
|
|
|
@ -72,6 +72,7 @@ |
|
|
|
|
<el-button type="primary" @click="handleConfirm">确 定</el-button> |
|
|
|
|
</span> |
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
<el-card shadow="hover"> |
|
|
|
|
<el-table |
|
|
|
|
:data="tableData" |
|
|
|
@ -1164,4 +1165,10 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/deep/.el-dialog__wrapper { |
|
|
|
|
:hover { |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|