58a68346 by renchao@pashanhoo.com

style:审批意见

1 parent 597bbe1e
<!--
* @Description: 审批意见
* @Autor: renchao
* @LastEditTime: 2024-05-17 13:55:50
* @LastEditTime: 2024-05-17 14:00:11
-->
<template>
<div class="spyj" v-Loading="loading">
......@@ -45,12 +45,14 @@
</el-form-item>
</div>
<el-row>
<el-col :span="16">
<el-col :span="24">
<el-form-item label="审查人">
{{ item.shryxm }}
</el-form-item>
</el-col>
<el-col :span="8">
</el-row>
<el-row>
<el-col :span="24">
<el-form-item disabled label="审核时间" :key="refresh">
{{ item.shjssj }}
</el-form-item>
......