Sfoglia il codice sorgente

feat:基准场景操作栏配置

linchengzhe 1 anno fa
parent
commit
234850577b
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 7 1
      src/views/sceneLibrary/benchmarkScenarioList.vue

+ 7 - 1
src/views/sceneLibrary/benchmarkScenarioList.vue

@@ -64,7 +64,13 @@
             <el-table-column label="操作" slot="cgInfos" align="center" width="180" fixed='right'>
                 <template v-slot="scope">
                     <span @click="viewRow(scope.row)" class="elIcon">
-                        查看模板
+                        查看
+                    </span>
+                    <span @click="viewRow(scope.row)" class="elIcon">
+                        编辑
+                    </span>
+                    <span @click="viewRow(scope.row)" class="elIcon">
+                        场景评价
                     </span>
                 </template>
             </el-table-column>