| | |
| | | @search-change="searchChange" @search-reset="searchReset" @current-change="currentChange" |
| | | @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" @selection-change="selectionChange"> |
| | | <template #menu-left> |
| | | <el-button type="primary" plain @click="exportWebSite">导出回传涉密网</el-button> |
| | | <el-button type="primary" :disabled="this.selectedList.length==0" plain @click="exportWebSite">导出回传涉密网</el-button> |
| | | <!--<el-button type="primary" plain @click="reassign">挂载车床程序库</el-button>--> |
| | | <el-button type="primary" plain @click="exportExcel">导出到EXCEL</el-button> |
| | | <el-button type="primary" :disabled="this.selectedList.length==0" plain @click="exportExcel">导出到EXCEL</el-button> |
| | | </template> |
| | | <template #menu="scope"> |
| | | <el-button type="primary" text size="default" v-if="permission.flow_model_update" |
| | | <el-button type="primary" text size="default" |
| | | @click.stop="handleAction(scope.row, scope.index)">审批 |
| | | </el-button> |
| | | </template> |
| | |
| | | }, |
| | | { |
| | | label: '确认时间', |
| | | prop: 'determineTime', |
| | | prop: 'createTime', |
| | | type: 'datetime', |
| | | format: 'YYYY-MM-DD HH:mm:ss', |
| | | valueFormat: 'YYYY-MM-DD HH:mm:ss', |
| | |
| | | searchRange: true, |
| | | searchSpan: 8, |
| | | hide: false, |
| | | }/*, |
| | | { |
| | | label: '接收x时间', |
| | | prop: 'determineTime', |
| | | }, |
| | | { |
| | | label: '导出时间', |
| | | prop: 'exportTime', |
| | | type: 'datetime', |
| | | format: 'YYYY-MM-DD HH:mm:ss', |
| | | valueFormat: 'YYYY-MM-DD HH:mm:ss', |
| | | }*/ |
| | | } |
| | | ], |
| | | selectedList: [], |
| | | } |
| | | }, |
| | | selectedList: [], |
| | | } |
| | | }, |
| | | methods: { |