This commit is contained in:
lcw
2026-01-16 12:40:42 +08:00
parent 2ea84f248c
commit 10853312f2
120 changed files with 23881 additions and 617 deletions

View File

@ -1,5 +1,5 @@
<template>
<el-dialog v-model="modelValue" title="审核" width="500px" @close="handleClose">
<el-dialog :model-value="modelValue" title="审核" width="500px" @close="handleClose">
<el-form :model="listQuery" ref="formValidate" :rules="rules" label-width="120px">
<el-form-item prop="bkshzt" label="审核">
<MOSTY.Select filterable v-model="listQuery.bkshzt" :dictEnum="props.dic.D_BZ_RCSHZT" width="100%" clearable placeholder="请选择是否布控" />
@ -59,4 +59,4 @@ const handleClose = () => {
};
</script>
<style lang="scss" scoped></style>
<style lang="scss" scoped></style>

View File

@ -1,5 +1,5 @@
<template>
<el-dialog v-model="modelValue" title="等级切换" width="500px" @close="handleClose">
<el-dialog :model-value="modelValue" title="等级切换" width="500px" @close="handleClose">
<el-form :model="listQuery" ref="formValidate" :rules="rules">
<el-form-item prop="fxDj" label="风险等级" v-if="props.type == '级别变更'">
<MOSTY.Select filterable v-model="listQuery.fxDj" :dictEnum="props.dic.D_GS_RQFJ_FXDJ" width="100%" clearable placeholder="请选择风险等级"/>
@ -109,4 +109,4 @@ const handleClose = () =>{
<style lang="scss" scoped>
</style>
</style>

View File

@ -1,6 +1,6 @@
<template>
<el-dialog
v-model="modelValue"
:model-value="modelValue"
title="提交"
width="500px"
@close="handleClose"
@ -144,4 +144,4 @@ const handleClose = () => {
</script>
<style lang="scss" scoped>
</style>
</style>