| | |
| | | > --> |
| | | <template #default="{ row }"> |
| | | <template v-if="hasEditStatus(row)"> |
| | | <el-button @click="saveRowEvent(row)">保存</el-button> |
| | | <el-button @click="saveRowEvent(row)" v-hasPermi="['aps:gasPipelineCapacityPlan:add']">保存</el-button> |
| | | <el-button @click="cancelRowEvent()">取消</el-button> |
| | | </template> |
| | | <template v-else> |
| | |
| | | > --> |
| | | <template #default="{ row }"> |
| | | <template v-if="hasEditStatus1(row)"> |
| | | <el-button @click="saveRowEvent1(row)">保存</el-button> |
| | | <el-button @click="saveRowEvent1(row)" v-hasPermi="['aps:gasPipelineCapacityPlan:add']">保存</el-button> |
| | | <el-button @click="cancelRowEvent1()">取消</el-button> |
| | | </template> |
| | | <template v-else> |