feat : 需求汇总年度计划审批前置流程选择
This commit is contained in:
@@ -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([])
|
||||
|
||||
Reference in New Issue
Block a user