-
+
导出
-
+
@@ -73,6 +73,11 @@
{{ scope.row.合同信息备注 }}
+
+
+ {{ scope.row.自家项目创建人 }}
+
+
机床
@@ -187,6 +192,7 @@
import elInput from 'element-ui/packages/input'
import { getNowTime } from '@/utils/tool'
import { initProject, searchTable1, selectMachine, addList, editchar, delList, submitMachine, editMachine, delMachine } from '@/api/MarketingCenter/CreateProject'
+import { mapGetters } from 'vuex'
export default {
components: {
elInput
@@ -247,10 +253,16 @@ export default {
flag: ''
}
},
+ computed: {
+ ...mapGetters([
+ 'id'
+ ])
+ },
created() {
this.init()
// this.fetchTableData1()
},
+
methods: {
// EXCEL 导出
// 姜福壮