829d79e6 by renchao@pashanhoo.com

style:代办

1 parent d52c511a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-25 15:06:08
* @LastEditTime: 2024-01-26 16:13:12
-->
<template>
<div class="tableBox">
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-25 10:58:15
* @LastEditTime: 2024-01-26 16:16:51
*/
import filter from '@/utils/filter.js'
let vm = null
......@@ -60,7 +60,7 @@ class data extends filter {
{
label: '业务号',
align: 'center',
minWidth: '100',
width: '110',
render: (h, scope) => {
return (
<el-link type="primary" onClick={() => { vm.ywhClick(scope.row) }}>{this.joinItem(scope.row.ywh)}</el-link>
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-11 10:52:08
* @LastEditTime: 2024-01-26 16:16:24
*/
import filter from '@/utils/filter.js'
let vm = null
......@@ -54,7 +54,7 @@ class data extends filter {
},
{
label: "业务号",
width: '100',
width: '110',
render: (h, scope) => {
return <el-link type="primary" onClick={() => { vm.ywhClick(scope.row) }}>{this.joinItem(scope.row.ywh)}</el-link>
}
......