Commit b45d3d07 authored by shifangwuji's avatar shifangwuji

9/19

parent ca9aa19c
......@@ -419,7 +419,6 @@ export default {
page: 1,
rows: 10,
pn: '',
key: 'GX_CODE',
ptype: ''
},
singleDetails: {
......@@ -427,9 +426,6 @@ export default {
phd: '',
prank: '',
gx: '',
pissb: '',
pstatus: '',
pnumber: '',
createName: '',
createTime: ''
},
......@@ -592,7 +588,7 @@ export default {
queryList(this.queryParams).then(res => {
res.rows.updateDate = parseTime(res.rows.updateDate, '{y}-{m}-{d}')
this.basicinfoMationList = res.rows
this.total = res.total
this.loading = false
})
},
......
......@@ -112,11 +112,6 @@
{{ scope.row.jbcode || '-' }}
</template>
</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">
<template slot-scope="scope">
{{ replace(scope.row.gx) || '-' }}
......@@ -251,8 +246,8 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="gx:" prop="gx">
<el-input v-model.trim="singleDetails.gx" :readonly="true" />
<el-form-item label="gx: " prop="gx">
<span=>{{ replace(singleDetails.gx) }}</span=>
</el-form-item>
</el-col>
</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