修改全部的el-form-item内部控件为原生控件

This commit is contained in:
zhujiyan
2024-05-28 15:08:10 +08:00
parent 78954d2e11
commit f43427ad36
14 changed files with 314 additions and 429 deletions

View File

@@ -61,7 +61,6 @@ const supvTypeList = dictData.getBasicData('supv_type')
const supvStageList = dictData.getBasicData('supv_stage')
//字典获取监督对象类型
const supvObjTypeList = dictData.getBasicData('supv_obj_type')
const tableStore = new TableStore({
url: '/supervision-boot/superPlan/pagePlan',
// publicHeight: 65,
@@ -229,26 +228,21 @@ const tableStore = new TableStore({
]
}
],
beforeSearchFun: () => {
tableStore.table.params.orgNo = tableStore.table.params.deptIndex
// tableStore.table.params.relationUserName = tableStore.table.params.userName
}
})
// tableStore.table.params.loadType = ''
// tableStore.table.params.userName = ''
// tableStore.table.params.fileUploadflag = ''
provide('tableStore', tableStore)
const addForms = ref()
const addFormModel = () => {
setTimeout(() => {
addForms.value.open()
}, 0)
}
const exportEvent = () => {
let form = JSON.parse(JSON.stringify(tableStore.table.params))
form.pageNum = 1
@@ -291,7 +285,6 @@ const handleAlarmForm=(row:any)=>{
tableStore.index()
})
}
// 实施问题按钮
const effectProblemList = ref()
const effectProblemForm: any = ref({})
@@ -305,7 +298,6 @@ const handleEffectProblem = (row: any) => {
}
})
}
/**获取用户性质*/
const getUserTypeName = (userType: any) => {
if (userType === 0) {
@@ -332,12 +324,10 @@ const getUserTypeName = (userType: any) => {
return '新建电网工程'
}
</script>
<style scoped lang="scss">
// :deep(.el-upload-list__item) {
// width: 400px;
// }
// ::v-deep .el-input__wrapper {
// // width: 200px !important;
// }