applications/task-work-order/src/views/orderView/appConfiguration/process/index.vue
@@ -59,7 +59,7 @@ </el-table-column> <el-table-column prop="created" show-overflow-tooltip label="创建时间" /> <el-table-column prop="lastUpdated" show-overflow-tooltip label="更新时间" /> <el-table-column label="操作" class-name="operation-btns" width="200"> <el-table-column label="操作" class-name="operation-btns" width="200" fixed="right"> <template v-slot="{ row }"> <el-link type="primary" @click="handleUpdate(row)">配置</el-link> <el-link type="primary" @click="handleDeploy(row)">部署</el-link>