fix:禅道163

This commit is contained in:
shijing 2025-11-13 16:02:24 +08:00
parent f0cfcbaf9f
commit 9cd9137431
2 changed files with 5 additions and 1 deletions

View File

@ -127,6 +127,8 @@
</el-table-column>
<el-table-column label="创建时间" prop="create_time">
</el-table-column>
<el-table-column label="备注" prop="note">
</el-table-column>
<el-table-column
label="操作"
fixed="right"

View File

@ -131,7 +131,6 @@
></el-option>
</el-select>
</el-form-item>
<el-form-item
label="部门执行人"
v-if="form.type == 'do_in' || form.type == 'do_out'|| form.type == 'borrow_out' || form.type == 'return_in'"
@ -161,6 +160,9 @@
></el-option>
</el-select>
</el-form-item>
<el-form-item label="备注">
<el-input v-model="form.note" placeholder="编号" />
</el-form-item>
</el-form>
<template #footer>
<el-button type="primary" :loading="isSaveing" @click="submit">