Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
16 changed files
with
105 additions
and
117 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
... | ... | @@ -78,4 +78,4 @@ |
"type": "git", | ||
"url": "git+https://github.com/PanJiaChen/vue-element-admin.git" | ||
} | ||
} | ||
\ No newline at end of file | ||
} | ||
... | ... |
... | ... | @@ -14,7 +14,7 @@ |
top: $headerHeight; | ||
bottom: 0; | ||
left: 0; | ||
z-index: 1001; | ||
z-index: 80; | ||
background-color: $subMenuBg; | ||
// overflow: hidden; | ||
... | ... |
... | ... | @@ -25,7 +25,6 @@ |
</template> | ||
<script> | ||
import '@/styles/package/theme/index.scss' | ||
import { addSysNotice } from "@/api/notice.js" | ||
import { upload } from "@/api/system.js" | ||
export default { | ||
... | ... |
... | ... | @@ -53,6 +53,7 @@ export default { |
return { | ||
isDialog: false, | ||
viewDialog: false, | ||
ruleForm: { | ||
noticeTitle: '', | ||
noticeStatus: '' | ||
... | ... |
... | ... | @@ -65,7 +65,7 @@ class data extends filter { |
}, | ||
{ | ||
prop: "mj", | ||
label: "农用地面积(㎡)", | ||
label: "面积(㎡)", | ||
}, | ||
{ | ||
prop: "qlsdfsmc", | ||
... | ... |