修改未检状态的描述
This commit is contained in:
@@ -157,7 +157,7 @@ tableHeight.value = window.innerHeight - 630;
|
||||
//检测状态数据
|
||||
const checkStatusList = [
|
||||
{
|
||||
label: "未检测",
|
||||
label: "未检",
|
||||
value: 0,
|
||||
},
|
||||
{
|
||||
@@ -385,7 +385,7 @@ const columns = reactive<ColumnProps<User.ResUserList>[]>([
|
||||
// width: 120,
|
||||
// render: (scope) => {
|
||||
// return scope.row.checkStatus == 1
|
||||
// ? "未检测"
|
||||
// ? "未检"
|
||||
// : scope.row.checkStatus == 2
|
||||
// ? "检测中"
|
||||
// : scope.row.checkStatus == 3
|
||||
|
||||
Reference in New Issue
Block a user