123
Showing
3 changed files
with
3 additions
and
3 deletions
... | @@ -45,7 +45,7 @@ | ... | @@ -45,7 +45,7 @@ |
45 | </template> | 45 | </template> |
46 | 46 | ||
47 | <script> | 47 | <script> |
48 | import personInfoTable from '@/views/components/personInfoTable' | 48 | import personInfoTable from './personInfoTable' |
49 | import { addJtfcCxjgXx } from '@/api/sqcx' | 49 | import { addJtfcCxjgXx } from '@/api/sqcx' |
50 | import { datas, sendThis } from "./addjtfcdata"; | 50 | import { datas, sendThis } from "./addjtfcdata"; |
51 | 51 | ... | ... |
... | @@ -55,7 +55,7 @@ export default { | ... | @@ -55,7 +55,7 @@ export default { |
55 | } | 55 | } |
56 | }, | 56 | }, |
57 | { | 57 | { |
58 | label: '身份证读卡器', | 58 | label: '身份证读卡器2', |
59 | align: 'center', | 59 | align: 'center', |
60 | render: (h, scope) => { | 60 | render: (h, scope) => { |
61 | return <el-button type="text" icon="el-icon-tickets" onClick={() => { this.readClick(scope) }}>读取</el-button> | 61 | return <el-button type="text" icon="el-icon-tickets" onClick={() => { this.readClick(scope) }}>读取</el-button> | ... | ... |
-
Please register or sign in to post a comment