Commit c93799f2 authored by “yiyousong”'s avatar “yiyousong”

prefr:修改工作人员图片上传

parent c228969d
...@@ -395,7 +395,6 @@ export default { ...@@ -395,7 +395,6 @@ export default {
let matterId = this.$route.query.matterId; let matterId = this.$route.query.matterId;
this.getMatterInfo(matterId); this.getMatterInfo(matterId);
} }
console.log(this.matterDict);
this.getDeptListData(); this.getDeptListData();
}, },
methods: { methods: {
......
...@@ -23,9 +23,11 @@ ...@@ -23,9 +23,11 @@
:data-source="tableData" :data-source="tableData"
:rowKey="(record) => record.id" :rowKey="(record) => record.id"
> >
<!-- 需要 -->
<template slot="num" slot-scope="text, record, index"> <template slot="num" slot-scope="text, record, index">
{{ (current - 1) * size + index + 1 }} {{ (current - 1) * size + index + 1 }}
</template> </template>
<!-- 查看详情 -->
<template slot="more" slot-scope="text"> <template slot="more" slot-scope="text">
<a class="look-more" @click="lookMore(text)">查看详情</a> <a class="look-more" @click="lookMore(text)">查看详情</a>
</template> </template>
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
@cancel="handleClose" @cancel="handleClose"
:title="title" :title="title"
@ok="handleOk" @ok="handleOk"
:maskClosable="false"
> >
<template slot="footer"> <template slot="footer">
<a-button @click="handleInit">重置</a-button> <a-button @click="handleInit">重置</a-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment