| | |
| | | <el-dialog |
| | | title="请选择项目" |
| | | :visible.sync="projectListShow" |
| | | width="40%" |
| | | width="400px" |
| | | :before-close="handleClose"> |
| | | <el-form |
| | | label-width="100px" |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-form> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <span slot="footer" class="dialog-footer dialog_btn"> |
| | | <el-button @click="projectListShow = false">取 消</el-button> |
| | | <el-button type="primary" @click="affirmCommitBtn">确 定</el-button> |
| | | </span> |
| | |
| | | async submitClick(row) { |
| | | this.thatRow=row |
| | | if(row.projectId==""){ |
| | | this.$message.error("请先填写项目信息") |
| | | this.projectListShow=true |
| | | }else{ |
| | | let params = { |
| | |
| | | width: 80%; |
| | | margin: 20px auto; |
| | | } |
| | | ::v-deep .el-dialog__footer{ |
| | | text-align: right !important; |
| | | .el-button{ |
| | | margin-right: 10px; |
| | | } |
| | | } |
| | | </style> |