| | |
| | | <!-- v-hasPermi="['system:checkResult:add']"--> |
| | | <!-- >新增</el-button>--> |
| | | <!-- </el-col>--> |
| | | <el-col :span="1.5"> |
| | | <!-- <el-col :span="1.5"> |
| | | <el-button |
| | | type="danger" |
| | | plain |
| | |
| | | @click="handleDelete" |
| | | >删除</el-button |
| | | > |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | </el-col> --> |
| | | <!-- <el-col :span="1.5"> |
| | | <el-button |
| | | type="warning" |
| | | plain |
| | |
| | | @click="handleExport" |
| | | >导出</el-button |
| | | > |
| | | </el-col> |
| | | <right-toolbar |
| | | </el-col> --> |
| | | <!-- <right-toolbar |
| | | :showSearch.sync="showSearch" |
| | | @queryTable="getList" |
| | | ></right-toolbar> |
| | | ></right-toolbar> --> |
| | | </el-row> |
| | | |
| | | <el-row v-loading="loading"> |
| | |
| | | width="300" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="扣减方式" |
| | | align="center" |
| | | prop="deductCategory" |
| | | width="180px" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column prop="num" label="量值"> </el-table-column> |
| | | <el-table-column prop="num" label="次数"> </el-table-column> |
| | | <el-table-column prop="score" label="扣分"> </el-table-column> |
| | | </el-table> |
| | | </el-dialog> |
| | |
| | | this.manualScoreOpen = true; |
| | | }, |
| | | handleDetail(row) { |
| | | resultRecord(row.id).then((res) => { |
| | | resultRecord(row.id, row.contractId).then((res) => { |
| | | this.tableData = res.rows; |
| | | }); |
| | | this.detail = row; |