--no commit message
Showing
37 changed files
with
304 additions
and
229 deletions
-
Please register or sign in to post a comment
<!-- | ||
* @Description: | ||
* @Autor: renchao | ||
* @LastEditTime: 2023-07-25 16:08:30 | ||
--> | ||
<template> | ||
<transition name="msgbox-fade"> | ||
<div class="ls-mask" v-if="myShow"> | ||
... | ... |
<!-- | ||
* @Description: | ||
* @Autor: renchao | ||
* @LastEditTime: 2023-07-25 16:09:44 | ||
--> | ||
<template> | ||
<transition name="msgbox-fade"> | ||
<div class="ls-mask" v-if="myShow"> | ||
... | ... |
... | ... | @@ -117,9 +117,9 @@ |
.catch(() => { | ||
this.$message({ | ||
type: "info", | ||
message: "已取消删除", | ||
}); | ||
}); | ||
message: "已取消删除" | ||
}) | ||
}) | ||
} | ||
} | ||
} | ||
... | ... |
... | ... | @@ -76,7 +76,6 @@ |
* @author: renchao | ||
*/ | ||
handleSubmit () { | ||
debugger | ||
this.$refs['ruleForm'].validate((valid) => { | ||
if (valid) { | ||
this.$parent.addSave(this.ruleForm); | ||
... | ... |
<!-- | ||
* @Description: | ||
* @Autor: renchao | ||
* @LastEditTime: 2023-07-24 09:39:34 | ||
* @LastEditTime: 2023-07-25 16:15:39 | ||
--> | ||
<template> | ||
<div class="container"> | ||
... | ... |
... | ... | @@ -352,8 +352,8 @@ |
}) | ||
this.ruleForm.nydsyq.ydyhflmc = itemLx.dname; | ||
} | ||
}, | ||
}; | ||
} | ||
} | ||
</script> | ||
<style scoped lang='scss'> | ||
@import "~@/styles/public.scss"; | ||
... | ... |
... | ... | @@ -391,7 +391,6 @@ |
<style scoped lang='scss'> | ||
@import "~@/styles/mixin.scss"; | ||
@import "./ywsq.scss"; | ||
/deep/.el-collapse-item__content { | ||
padding-bottom: 0; | ||
} | ||
... | ... |
... | ... | @@ -148,7 +148,7 @@ |
flex: 1; | ||
width: 100%; | ||
padding: 3px; | ||
font-size: 16px; | ||
} | ||
p:nth-child(2) { | ||
... | ... |