Ver Fonte

Compiler.vue 的 table 中添加 环境变量 列

reghao há 2 dias atrás
pai
commit
158b4fc0d3
1 ficheiros alterados com 13 adições e 0 exclusões
  1. 13 0
      src/views/devops/build/Compiler.vue

+ 13 - 0
src/views/devops/build/Compiler.vue

@@ -60,6 +60,19 @@
             >编辑</el-button>
           </template>
         </el-table-column>
+        <el-table-column
+          prop="compilerBinds"
+          label="环境变量"
+        >
+          <template slot-scope="scope">
+            <el-button
+              size="mini"
+              type="success"
+              icon="el-icon-edit"
+              @click="handleShowImage(scope.$index, scope.row)"
+            >编辑</el-button>
+          </template>
+        </el-table-column>
         <el-table-column
           fixed="right"
           label="操作"