ソースを参照

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
修改

1004749546@qq.com 4 年 前
コミット
49d1f5e67c
1 ファイル変更4 行追加3 行削除
  1. 4 3
      src/views/evaluation/evaluationPlan/EvaluationPlan.vue

+ 4 - 3
src/views/evaluation/evaluationPlan/EvaluationPlan.vue

@@ -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: '状态',