Merge branch 'develop' of ssh://gitlab.91isoft.com:10022/LAWS/laws-system-front-FOTON into develop
This commit is contained in:
@@ -145,23 +145,30 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="deptName"
|
prop="deptName"
|
||||||
align="center"
|
align="center"
|
||||||
label="提出部门"
|
label="提出部门"
|
||||||
width="170"
|
width="170"
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="userName"
|
prop="userName"
|
||||||
align="center"
|
align="center"
|
||||||
width="100"
|
width="100"
|
||||||
label="提出人"
|
label="提出人"
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="state"
|
prop="sourceType"
|
||||||
align="center"
|
align="center"
|
||||||
label="处理意见">
|
width="100"
|
||||||
|
label="来源"
|
||||||
|
>
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="state"
|
||||||
|
align="center"
|
||||||
|
label="处理意见">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div>{{ stateText(scope.row.state) }}</div>
|
<div>{{ stateText(scope.row.state) }}</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -257,18 +264,19 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from "vuex";
|
||||||
export default {
|
|
||||||
name: 'consultationDetails',
|
export default {
|
||||||
data() {
|
name: "consultationDetails",
|
||||||
return {
|
data() {
|
||||||
freshClueNum: '',
|
return {
|
||||||
itermsConditionsFlag: false,
|
freshClueNum: "",
|
||||||
itermsConditionsTitle: '',
|
itermsConditionsFlag: false,
|
||||||
options: [],
|
itermsConditionsTitle: "",
|
||||||
fileInfoList: [],
|
options: [],
|
||||||
fileInfoLists: [],
|
fileInfoList: [],
|
||||||
itemData: this.lawsStand,
|
fileInfoLists: [],
|
||||||
|
itemData: this.lawsStand,
|
||||||
id: '', // 选中id
|
id: '', // 选中id
|
||||||
type: '', // 选中状态
|
type: '', // 选中状态
|
||||||
spinShow: false,
|
spinShow: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user