|
@@ -29,10 +29,11 @@
|
|
|
<a-divider />
|
|
|
<a-row class="add-btn" type="flex" justify="space-between">
|
|
|
<a-button id="evaluationPlan-add" type="primary" icon="plus" @click="openModal">新建</a-button>
|
|
|
- <a-col id="evaluationPlan-setDefaultPlan" @click="handleDefaultSet">
|
|
|
+ <!-- 目前版本不要 -->
|
|
|
+ <!-- <a-col id="evaluationPlan-setDefaultPlan" @click="handleDefaultSet">
|
|
|
<a-icon type="setting" class="setting-icon" />
|
|
|
<span class="setting">默认方案设置</span>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
</a-row>
|
|
|
<s-table
|
|
|
ref="table"
|
|
@@ -122,7 +123,7 @@ export default {
|
|
|
title: '适用模式',
|
|
|
width: '120',
|
|
|
align: 'center',
|
|
|
- dataIndex: 'scopeType'
|
|
|
+ dataIndex: 'scopeTypeDictValue'
|
|
|
},
|
|
|
{
|
|
|
title: '状态',
|