|
@@ -25,7 +25,7 @@
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
import { arrToObj } from '@/utils'
|
|
import { arrToObj } from '@/utils'
|
|
-import SearchForm from './components/searchForm/Index'
|
|
|
|
|
|
+import SearchForm from './components/searchForm/Auth'
|
|
import PopupEdit from './components/popup/AuthEdit'
|
|
import PopupEdit from './components/popup/AuthEdit'
|
|
import baseTable from '_m/baseTable.js'
|
|
import baseTable from '_m/baseTable.js'
|
|
export default {
|
|
export default {
|
|
@@ -72,6 +72,7 @@ export default {
|
|
{ label: 'ID反面', prop: 'id_card_revers', type: 'img' },
|
|
{ label: 'ID反面', prop: 'id_card_revers', type: 'img' },
|
|
{ label: '银行卡号', prop: 'bank_number', fullShow: true },
|
|
{ label: '银行卡号', prop: 'bank_number', fullShow: true },
|
|
{ label: '银行卡正面', prop: 'bank_card', type: 'img' },
|
|
{ label: '银行卡正面', prop: 'bank_card', type: 'img' },
|
|
|
|
+ { label: '营业执照', prop: 'busines_licens', type: 'img' },
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
{ label: '操作', width: 70, type: 'handle2', operations:
|
|
{ label: '操作', width: 70, type: 'handle2', operations:
|
|
[
|
|
[
|