| | |
| | | } |
| | | |
| | | // 修改 |
| | | export function updateSketchLine (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/jkSketch/updateSketchLine', data) |
| | | } |
| | | // 修改 |
| | | export function updateById (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/jkSketch/updateById', data) |
| | | } |
| | |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <el-button type="text" @click="$refs.operaJkSketchWindow.open('线路优化', row)" icon="el-icon-edit" v-permissions="['business:jksketch:update']">线路优化</el-button> |
| | | <el-button type="text" class="red" @click="$refs.OperaJkSketchResultWindow.open('优化结果微调-', row)" icon="el-icon-edit" v-if="row.status ==2" >优化结果微调</el-button> |
| | | <el-button type="text" class="red" @click="$refs.OperaJkSketchResultWindow.open('优化结果微调-', row)" icon="el-icon-edit" v-if="row.status ==2 || row.status ==3" >优化结果微调</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |