Commit b934b748 by li_hongchao

Merge remote-tracking branch 'origin/dev_zwpt' into dev_zwpt

parents ec98406c aa64437e
/*
* @Author: your name
* @Date: 2021-11-02 15:41:31
* @LastEditTime: 2021-12-28 14:51:22
* @LastEditTime: 2022-01-10 17:27:03
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\store\modules\user.js
......@@ -33,7 +33,6 @@ const actions = {
}
})
}
}
......
......@@ -389,16 +389,12 @@
<template v-else-if="item.prop === 'queryclass'">
{{
scope.row.queryclass === "5"
? "最低"
: scope.row.queryclass === "4"
scope.row.queryclass === "3"
? "低"
: scope.row.queryclass === "3"
? "中"
: scope.row.queryclass === "2"
? ""
? "普通"
: scope.row.queryclass === "1"
? "高"
? "高"
: ""
}}
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment