🗑️ delete: 删除代码
This commit is contained in:
parent
d1554cf58d
commit
5323b590cd
|
@ -20,7 +20,6 @@ import { commonSearchOrder } from "@/tools/apiTools.js"
|
||||||
import dayjs from "dayjs"
|
import dayjs from "dayjs"
|
||||||
import { findIndex } from "lodash-es"
|
import { findIndex } from "lodash-es"
|
||||||
import React from "react"
|
import React from "react"
|
||||||
import { keyDelayFunc } from "@/tools"
|
|
||||||
import {
|
import {
|
||||||
BlockLoading,
|
BlockLoading,
|
||||||
Button,
|
Button,
|
||||||
|
@ -140,13 +139,6 @@ const Column = [
|
||||||
prop: "end",
|
prop: "end",
|
||||||
width: "140px"
|
width: "140px"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "链接有效期",
|
|
||||||
prop: "delay",
|
|
||||||
name: "delay",
|
|
||||||
width: "auto",
|
|
||||||
type: "slot"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "更新时间",
|
title: "更新时间",
|
||||||
name: "update_time",
|
name: "update_time",
|
||||||
|
@ -1083,10 +1075,6 @@ export default class acclist extends React.Component {
|
||||||
></Switch>
|
></Switch>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
if (com == "delay") {
|
|
||||||
return <span>{keyDelayFunc(rowData.expiration_value)}</span>
|
|
||||||
}
|
|
||||||
|
|
||||||
if (com == "status") {
|
if (com == "status") {
|
||||||
return (
|
return (
|
||||||
<p className="dflexa">
|
<p className="dflexa">
|
||||||
|
|
Loading…
Reference in New Issue