|
@@ -32,8 +32,7 @@ export default {
|
|
|
SearchColumns: SearchColumns,
|
|
|
};
|
|
|
},
|
|
|
- computed: {
|
|
|
- },
|
|
|
+ computed: {},
|
|
|
watch: {},
|
|
|
created() {
|
|
|
this.params = {
|
|
@@ -175,15 +174,16 @@ export default {
|
|
|
</div>
|
|
|
<el-super-ux-table
|
|
|
v-model="tableData"
|
|
|
- :size="size"
|
|
|
- :dict="dict"
|
|
|
- :page="page"
|
|
|
- :columns="TableColumns"
|
|
|
index
|
|
|
checkbox
|
|
|
pagination
|
|
|
- convenitentOperation
|
|
|
showSummary
|
|
|
+ :size="size"
|
|
|
+ :dict="dict"
|
|
|
+ :page="page"
|
|
|
+ convenitentOperation
|
|
|
+ :columns="TableColumns"
|
|
|
+ storage-key="PuchaseTaskSuperTable"
|
|
|
@row-select="useSelect"
|
|
|
@pagination="useQuery(params, page)"
|
|
|
>
|