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

修改通知去重复

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