Merge branch 'master' of http://118.89.139.230:10101/r/docManageSystem
| | |
| | | <template slot="pictureUrl" slot-scope="{ record }"> |
| | | <div class="img-wraper"> |
| | | <image-view |
| | | v-if="record" |
| | | v-if="record.pictureUrl" |
| | | :url="webUrl + record.pictureUrl" |
| | | ></image-view> |
| | | </div> |
| | |
| | | align: "center", |
| | | }, |
| | | { |
| | | title: "创建日期", |
| | | title: "创建时间", |
| | | dataIndex: "createDate", |
| | | key: "createDate", |
| | | align: "center", |
| | | noSearch: true, |
| | | width: 120, |
| | | width: 160, |
| | | }, |
| | | { |
| | | title: "更新日期", |
| | | dataIndex: "updateDate", |
| | | key: "updateDate", |
| | | align: "center", |
| | | noSearch: true, |
| | | width: 120, |
| | | }, |
| | | // { |
| | | // title: "更新日期", |
| | | // dataIndex: "updateDate", |
| | | // key: "updateDate", |
| | | // align: "center", |
| | | // noSearch: true, |
| | | // width: 120, |
| | | // }, |
| | | { |
| | | title: "版本", |
| | | dataIndex: "version", |