| | |
| | | <small slot="more">...</small> |
| | | </avue-text-ellipsis> |
| | | </template> |
| | | <template slot="menu" slot-scope="scope"> |
| | | <el-button type="text" icon="el-icon-view" size="mini" @click="rowView(scope.row)">查看</el-button> |
| | | </template> |
| | | </avue-crud> |
| | | </basic-container> |
| | | </template> |
| | | |
| | | <script> |
| | | import {getLogoList} from "@/api/docking/loge"; |
| | | import {getLogoList,gridLogeDetail} from "@/api/docking/loge"; |
| | | import {validatenull} from "@/util/validate"; |
| | | import {mapGetters} from "vuex"; |
| | | |
| | |
| | | value:7 |
| | | }, |
| | | { |
| | | label: '标准申请', |
| | | prop: 'applyCodeForBZ', |
| | | value:8 }, |
| | | { |
| | | label: '部门申请', |
| | | prop: 'syncDataForOrg', |
| | | value:9 |
| | | label:'接口参数', |
| | | prop:'paramString', |
| | | value:11 |
| | | }, |
| | | { |
| | | label: '人员申请', |
| | | prop: 'syncDataForPerson', |
| | | value:10 |
| | | label:'返回参数', |
| | | prop:'returnString', |
| | | value:12 |
| | | }, |
| | | { |
| | | label: '返回msg', |
| | | prop: 'msg', |
| | | value:13 |
| | | }, |
| | | ], |
| | | }, |
| | |
| | | option: { |
| | | height:'auto', |
| | | calcHeight: 20, |
| | | menuWidth:120, |
| | | tip: false, |
| | | searchShow: false, |
| | | border: true, |
| | |
| | | indexFixed:false, |
| | | selection: false, |
| | | dialogClickModal: false, |
| | | menuFixed:false, |
| | | menuFixed:'right', |
| | | dialogType: 'drawer', |
| | | viewBtn: true, |
| | | viewBtn: false, |
| | | stripe: true, |
| | | addBtn:false, |
| | | editBtn:false, |
| | | delBtn:false, |
| | |
| | | overHidden: true, |
| | | width: 140 |
| | | }, |
| | | { |
| | | label: '标准申请', |
| | | prop: 'applyCodeForBZ', |
| | | sortable:true, |
| | | width: 130 |
| | | }, |
| | | { |
| | | label: '部门申请', |
| | | prop: 'syncDataForOrg', |
| | | sortable:true, |
| | | width: 130 |
| | | }, |
| | | { |
| | | label: '人员申请', |
| | | prop: 'syncDataForPerson', |
| | | sortable:true, |
| | | width: 130 |
| | | }, |
| | | // { |
| | | // label: '标准申请', |
| | | // prop: 'applyCodeForBZ', |
| | | // sortable:true, |
| | | // width: 130 |
| | | // }, |
| | | // { |
| | | // label: '部门申请', |
| | | // prop: 'syncDataForOrg', |
| | | // sortable:true, |
| | | // width: 130 |
| | | // }, |
| | | // { |
| | | // label: '人员申请', |
| | | // prop: 'syncDataForPerson', |
| | | // sortable:true, |
| | | // width: 130 |
| | | // }, |
| | | { |
| | | label: '集成系统编号', |
| | | prop: 'systemCode', |
| | |
| | | prop:'paramString', |
| | | sortable:true, |
| | | minRows: 20, |
| | | width: 150, |
| | | type: "textarea", |
| | | slot: true, |
| | | hide:true, |
| | | }, |
| | | { |
| | | label:'返回参数', |
| | | prop:'returnString', |
| | | sortable:true, |
| | | minRows: 20, |
| | | width: 150, |
| | | type: "textarea", |
| | | slot: true, |
| | | hide:true, |
| | | }, |
| | | { |
| | | label: '返回msg', |
| | |
| | | label: '记录时间', |
| | | prop: 'createTime', |
| | | sortable:true, |
| | | width: 160 |
| | | |
| | | }, |
| | | { |
| | | label: '是否成功', |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | rowView(row){ |
| | | this.loading = true; |
| | | gridLogeDetail({oid:row.oid}).then(res =>{ |
| | | console.log(res) |
| | | if(res.data.data){ |
| | | this.loading = false |
| | | this.$refs.crud.rowView(res.data.data) |
| | | } |
| | | }) |
| | | }, |
| | | dockingGetList(val){ |
| | | this.data=val.records; |
| | | this.page.pageSize=val.size; |