flat: 修改零工问题

This commit is contained in:
yangxiao
2025-12-09 10:07:23 +08:00
parent 2dd075c9b4
commit 66f2b6e806
10 changed files with 1032 additions and 44 deletions

View File

@@ -463,6 +463,19 @@ export default {
searchLabelWidth: 100,
searchSpan: 8,
},
{
label: "是否回访",
prop: "isBack",
dicData: [
{ value: 1, label: "" },
{ value: 0, label: "" },
],
type: 'select',
search: true,
hide: true,
searchLabelWidth: 100,
searchSpan: 8,
},
{
label: "毕业年份",
width: 100,