feat : 需求汇总年度计划审批前置流程选择

This commit is contained in:
clay
2024-07-24 00:28:42 +08:00
parent 1194f04eb6
commit fe8ca80452
4 changed files with 72 additions and 22 deletions

View File

@@ -59,7 +59,7 @@
v-model:value="projectPersonUserList" @ok="projectPersonUserPickerOk"/>
</el-form-item>
</el-col>
<el-col :span="24">
<el-col :span="24" v-if="preProcessShow === 'EDIT'">
<el-form-item label="前置流程" :required="preProcessRequired" prop="preProcess" label-width="125">
<el-button color="#DED0B2" @click="handleShowPreTable" style="margin-right: 10px">
{{
@@ -250,6 +250,10 @@ const props = defineProps({
step: {
type: String,
default: "20"
},
preProcessShow: {
type: String,
default: "READ"
}
})
const preProcessList = ref([])