style:审批意见
Showing
1 changed file
with
5 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 审批意见 | 2 | * @Description: 审批意见 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-05-17 13:55:50 | 4 | * @LastEditTime: 2024-05-17 14:00:11 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="spyj" v-Loading="loading"> | 7 | <div class="spyj" v-Loading="loading"> |
| ... | @@ -45,12 +45,14 @@ | ... | @@ -45,12 +45,14 @@ |
| 45 | </el-form-item> | 45 | </el-form-item> |
| 46 | </div> | 46 | </div> |
| 47 | <el-row> | 47 | <el-row> |
| 48 | <el-col :span="16"> | 48 | <el-col :span="24"> |
| 49 | <el-form-item label="审查人"> | 49 | <el-form-item label="审查人"> |
| 50 | {{ item.shryxm }} | 50 | {{ item.shryxm }} |
| 51 | </el-form-item> | 51 | </el-form-item> |
| 52 | </el-col> | 52 | </el-col> |
| 53 | <el-col :span="8"> | 53 | </el-row> |
| 54 | <el-row> | ||
| 55 | <el-col :span="24"> | ||
| 54 | <el-form-item disabled label="审核时间" :key="refresh"> | 56 | <el-form-item disabled label="审核时间" :key="refresh"> |
| 55 | {{ item.shjssj }} | 57 | {{ item.shjssj }} |
| 56 | </el-form-item> | 58 | </el-form-item> | ... | ... |
-
Please register or sign in to post a comment