| | |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="24" v-if="title == '查看'"> |
| | | <el-row :gutter="24" > |
| | | <el-col :span="24" style="margin-left: 50px"> |
| | | <span style="font-size: 19px;font-weight: 600;">签字意见</span> |
| | | <el-table :data="state.form.flows" :border="true" style="width: 90%;margin-top: 10px"> |
| | | <el-table-column label="流程名称" prop="flowName" width="220" align="center"></el-table-column> |
| | | <el-table-column label="内容" align="center"> |
| | | <template #default="scope"> |
| | | <template #default="scope" v-if="title != '新增'"> |
| | | <span>{{scope.row.approveDeptName}}/{{scope.row.approveUserName}} {{scope.row.approveTime}} {{scope.row.approveContent}} {{scope.row.approveMess}}</span> |
| | | </template> |
| | | </el-table-column> |