柱状图
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
<div class="item">
|
||||
<span>所在部门</span>
|
||||
<span>
|
||||
<span v-if="data.createUserDept">/<AiOpenData type="userName" :openId="data.createUserDept" style="display: inline-block"></AiOpenData></span>
|
||||
<span v-if="data.createUserSecondDept">/<AiOpenData type="userName" :openId="data.createUserSecondDept" style="display: inline-block"></AiOpenData></span>
|
||||
<span v-if="data.createUserDept">/<AiOpenData type="departmentName" :openId="data.createUserDept" style="display: inline-block"></AiOpenData></span>
|
||||
<span v-if="data.createUserSecondDept">/<AiOpenData type="departmentName" :openId="data.createUserSecondDept" style="display: inline-block"></AiOpenData></span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="item">
|
||||
@@ -95,6 +95,7 @@ export default {
|
||||
webpage: [],
|
||||
miniapp: [],
|
||||
pictres: [],
|
||||
options: ''
|
||||
}
|
||||
},
|
||||
onLoad(o) {
|
||||
@@ -122,7 +123,7 @@ export default {
|
||||
},
|
||||
...mapActions(['previewFile']),
|
||||
prevFile(file) {
|
||||
this.previewFile(file)
|
||||
this.previewFile({ ...file })
|
||||
},
|
||||
// 拒绝
|
||||
refuseBtn() {
|
||||
@@ -150,8 +151,7 @@ export default {
|
||||
this.$u.toast('审批成功')
|
||||
this.getDetail()
|
||||
}
|
||||
}).catch(err=> {
|
||||
console.log(err);
|
||||
}).catch(()=> {
|
||||
})
|
||||
},
|
||||
},
|
||||
@@ -164,7 +164,7 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.detail {
|
||||
padding: 32px 32px 120px 32px;
|
||||
padding: 32px 32px 140px 32px;
|
||||
box-sizing: border-box;
|
||||
.task {
|
||||
position: relative;
|
||||
@@ -276,6 +276,7 @@ export default {
|
||||
line-height: 112px;
|
||||
border: 1px solid #DDDDDD;
|
||||
font-size: 32px;
|
||||
z-index: 9;
|
||||
.refuse {
|
||||
width: 40%;
|
||||
background: #FFF;
|
||||
|
||||
Reference in New Issue
Block a user