| | |
| | | onShowSizeChange: onSizeChange, |
| | | }" |
| | | > |
| | | <template slot="dataIndex" slot-scope="{index}"> |
| | | {{index+1}} |
| | | </template> |
| | | <template slot="title"> |
| | | <span class="title">物料中心</span> |
| | | <a-space class="operator" style="margin-left: 1em"> |
| | |
| | | webUrl: getWebUrl(), |
| | | conditions: {}, |
| | | columns: [ |
| | | { |
| | | fixed: "left", |
| | | title: "序号", |
| | | dataIndex: "dataIndex", |
| | | key: "dataIndex", |
| | | align: "center", |
| | | width: 60, |
| | | noSearch: true, |
| | | scopedSlots: { customRender: "dataIndex" }, |
| | | }, |
| | | // { |
| | | // title: "类别", |
| | | // dataIndex: "category", |
| | |
| | | : '' |
| | | " |
| | | > |
| | | <template slot="dataIndex" slot-scope="text, record, index"> |
| | | {{index+1}} |
| | | </template> |
| | | <template slot="pictureUrl" slot-scope="text"> |
| | | <div class="img-wraper"> |
| | | <image-view v-if="text" :url="webUrl + text"></image-view> |
| | |
| | | update: -1, |
| | | columns: [ |
| | | { |
| | | fixed: "left", |
| | | title: "序号", |
| | | dataIndex: "dataIndex", |
| | | key: "dataIndex", |
| | | align: "center", |
| | | width: 60, |
| | | noSearch: true, |
| | | scopedSlots: { customRender: "dataIndex" }, |
| | | }, |
| | | { |
| | | title: "类别", |
| | | dataIndex: "category", |
| | | key: "category", |
| | |
| | | onShowSizeChange: onSizeChange, |
| | | }" |
| | | > |
| | | <template slot="dataIndex" slot-scope="{index}"> |
| | | {{index+1}} |
| | | </template> |
| | | <template slot="title"> |
| | | <a-space class="operator"> |
| | | <span class="title">产品中心</span> |
| | |
| | | conditions: {}, |
| | | columns: [ |
| | | { |
| | | fixed: "left", |
| | | title: "序号", |
| | | dataIndex: "dataIndex", |
| | | key: "dataIndex", |
| | | align: "center", |
| | | width: 60, |
| | | noSearch: true, |
| | | scopedSlots: { customRender: "dataIndex" }, |
| | | }, |
| | | { |
| | | title: "编号", |
| | | dataIndex: "parentCode", |
| | | key: "parentCode", |
| | |
| | | onShowSizeChange: onSizeChange, |
| | | }" |
| | | > |
| | | <template slot="dataIndex" slot-scope="{index}"> |
| | | {{index+1}} |
| | | </template> |
| | | <template slot="title"> |
| | | <a-space> |
| | | <span class="title">软件中心</span> |
| | |
| | | conditions: {}, |
| | | columns: [ |
| | | { |
| | | fixed: "left", |
| | | title: "序号", |
| | | dataIndex: "dataIndex", |
| | | key: "dataIndex", |
| | | align: "center", |
| | | width: 60, |
| | | noSearch: true, |
| | | scopedSlots: { customRender: "dataIndex" }, |
| | | }, |
| | | { |
| | | title: "名称", |
| | | dataIndex: "soft.fileName", |
| | | align: "center", |