Merge branch 'dev'
Showing
8 changed files
with
17 additions
and
13 deletions
-
Please register or sign in to post a comment
... | ... | @@ -18,12 +18,12 @@ |
display: flex; | ||
font-size: 12px; | ||
flex-wrap: wrap; | ||
padding-top: 5px; | ||
justify-content: flex-start; | ||
min-height: 30px; | ||
span { | ||
display: flex; | ||
align-items: center; | ||
} | ||
i { | ||
... | ... |
<!-- | ||
* @Description: | ||
* @Autor: renchao | ||
* @LastEditTime: 2023-10-09 10:44:26 | ||
* @LastEditTime: 2023-10-30 10:43:28 | ||
--> | ||
<template> | ||
<div class="djxxTable"> | ||
... | ... |
<!-- | ||
* @Description: | ||
* @Autor: miaofang | ||
* @LastEditTime: 2023-10-09 10:44:45 | ||
* @LastEditTime: 2023-10-30 10:36:43 | ||
--> | ||
<template> | ||
<div class="djxxTable"> | ||
... | ... |
<!-- | ||
* @Description: | ||
* @Autor: miaofang | ||
* @LastEditTime: 2023-10-09 10:46:58 | ||
* @LastEditTime: 2023-10-30 10:40:48 | ||
--> | ||
<template> | ||
<div class="djxxTable"> | ||
... | ... |
... | ... | @@ -65,6 +65,11 @@ class data extends filter { |
width: '200' | ||
}, | ||
{ | ||
prop: "djqxmc", | ||
label: "登记情形", | ||
width: '200' | ||
}, | ||
{ | ||
label: "权利人", | ||
width: '120', | ||
render: (h, scope) => { | ||
... | ... |