Merge branch 'dev'
Showing
13 changed files
with
132 additions
and
141 deletions
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
... | ... | @@ -30,6 +30,7 @@ class data extends filter { |
{ | ||
prop: "status", | ||
label: "状态", | ||
width: '120', | ||
render: (h, scope) => { | ||
return ( | ||
<div> | ||
... | ... |
/* | ||
* @Description: | ||
* @Autor: renchao | ||
* @LastEditTime: 2023-10-13 15:28:40 | ||
* @LastEditTime: 2023-10-18 15:03:39 | ||
*/ | ||
import filter from '@/utils/filter.js' | ||
let vm = null | ||
... | ... |