Merge branch 'develop' of ssh://gitlab.91isoft.com:10022/LAWS/laws-system-front-FOTON into develop

This commit is contained in:
zhangyichen
2022-03-29 09:38:40 +08:00
@@ -145,23 +145,30 @@
</el-table-column>
</el-table-column>
<el-table-column
prop="deptName"
align="center"
label="提出部门"
width="170"
prop="deptName"
align="center"
label="提出部门"
width="170"
>
</el-table-column>
<el-table-column
prop="userName"
align="center"
width="100"
label="提出人"
prop="userName"
align="center"
width="100"
label="提出人"
>
</el-table-column>
<el-table-column
prop="state"
align="center"
label="处理意见">
prop="sourceType"
align="center"
width="100"
label="来源"
>
</el-table-column>
<el-table-column
prop="state"
align="center"
label="处理意见">
<template slot-scope="scope">
<div>{{ stateText(scope.row.state) }}</div>
</template>
@@ -257,18 +264,19 @@
</template>
<script>
import { mapGetters } from 'vuex';
export default {
name: 'consultationDetails',
data() {
return {
freshClueNum: '',
itermsConditionsFlag: false,
itermsConditionsTitle: '',
options: [],
fileInfoList: [],
fileInfoLists: [],
itemData: this.lawsStand,
import { mapGetters } from "vuex";
export default {
name: "consultationDetails",
data() {
return {
freshClueNum: "",
itermsConditionsFlag: false,
itermsConditionsTitle: "",
options: [],
fileInfoList: [],
fileInfoLists: [],
itemData: this.lawsStand,
id: '', // 选中id
type: '', // 选中状态
spinShow: false,