| | |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <el-table v-loading="tableLoading" :data="quarterItems" border height="420" style="width: 100%"> |
| | | <el-table v-loading="tableLoading" :data="quarterItems" border height="420" style="width: 100%" |
| | | :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }"> |
| | | <el-table-column label="产品类型" prop="productType" width="200"> |
| | | <template slot-scope="{row}"> |
| | | <template> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="责任人" prop="dutyUser" width="100"></el-table-column> |
| | | <el-table-column label="型号" prop="productModel" width="120"> |
| | | <el-table-column label="型号" prop="productModel" width="150"> |
| | | <template slot-scope="{row}"> |
| | | <template> |
| | | <el-input v-model="row.productModel" size="small" :disabled="operationType === 'view'"/> |
| | |
| | | } |
| | | }, |
| | | getUserList(){ |
| | | selectUserCondition({ type: 0 }).then((res) => { |
| | | selectUserCondition().then((res) => { |
| | | this.userList = res.data; |
| | | }) |
| | | }, |