Commit ade835cc authored by 赵啸非's avatar 赵啸非

修改通知去重复

parent 08434a05
......@@ -9,8 +9,8 @@
*/
const formatter = (tableData, column, val) => {
const key = column.property;
if(val){
if (!val && typeof(val)!="undefined" && val!=0){
//console.log(val)
val="--"
}else{
if (tableData.dict && tableData.dict[key]) {
......
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