Commit b45d3d07 authored by shifangwuji's avatar shifangwuji

9/19

parent ca9aa19c
...@@ -419,7 +419,6 @@ export default { ...@@ -419,7 +419,6 @@ export default {
page: 1, page: 1,
rows: 10, rows: 10,
pn: '', pn: '',
key: 'GX_CODE',
ptype: '' ptype: ''
}, },
singleDetails: { singleDetails: {
...@@ -427,9 +426,6 @@ export default { ...@@ -427,9 +426,6 @@ export default {
phd: '', phd: '',
prank: '', prank: '',
gx: '', gx: '',
pissb: '',
pstatus: '',
pnumber: '',
createName: '', createName: '',
createTime: '' createTime: ''
}, },
...@@ -592,7 +588,7 @@ export default { ...@@ -592,7 +588,7 @@ export default {
queryList(this.queryParams).then(res => { queryList(this.queryParams).then(res => {
res.rows.updateDate = parseTime(res.rows.updateDate, '{y}-{m}-{d}') res.rows.updateDate = parseTime(res.rows.updateDate, '{y}-{m}-{d}')
this.basicinfoMationList = res.rows this.basicinfoMationList = res.rows
this.total = res.total
this.loading = false this.loading = false
}) })
}, },
......
...@@ -112,11 +112,6 @@ ...@@ -112,11 +112,6 @@
{{ scope.row.jbcode || '-' }} {{ scope.row.jbcode || '-' }}
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column label="jbrank" prop="jbrank" :show-overflow-tooltip="true">
<template slot-scope="scope">
{{ scope.row.jbrank || '-' }}
</template>
</el-table-column> -->
<el-table-column label="gx" prop="gx" :show-overflow-tooltip="true"> <el-table-column label="gx" prop="gx" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
{{ replace(scope.row.gx) || '-' }} {{ replace(scope.row.gx) || '-' }}
...@@ -251,8 +246,8 @@ ...@@ -251,8 +246,8 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="gx:" prop="gx"> <el-form-item label="gx: " prop="gx">
<el-input v-model.trim="singleDetails.gx" :readonly="true" /> <span=>{{ replace(singleDetails.gx) }}</span=>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment