Commit 69c65d19 authored by pete谢兆麟's avatar pete谢兆麟

文书核对中改为已提交

parent c5a19981
......@@ -173,10 +173,10 @@ class YHDocListCell: UITableViewCell {
statusTxt = "待确认"
color = UIColor.brandMainColor
} else if status == 3 {
statusTxt = "核对中"
statusTxt = "已提交"
color = UIColor.warnColor
} else if status == 4 {
statusTxt = "核对中"
statusTxt = "已提交"
color = UIColor.warnColor
} else if status == 5 {
statusTxt = "已驳回"
......
......@@ -85,7 +85,7 @@ class YHDocumentMessageTableViewCell: UITableViewCell {
label.textColor = UIColor.labelTextColor2
label.backgroundColor = UIColor.warnColor.withAlphaComponent(0.08)
label.textAlignment = .left
label.text = "核对中"
label.text = "已提交"
label.layer.cornerRadius = kCornerRadius3
label.masksToBounds = true
return label
......@@ -228,14 +228,14 @@ class YHDocumentMessageTableViewCell: UITableViewCell {
editButton.isHidden = false
submitButton.isHidden = false
} else if status == 3 {
statusTxt = " 核对中 "
statusTxt = " 已提交 "
color = UIColor.warnColor
lookButton.isHidden = false
editButton.isHidden = true
submitButton.isHidden = true
bottomCenterLineView.isHidden = true
} else if status == 4 {
statusTxt = " 核对中 "
statusTxt = " 已提交 "
color = UIColor.warnColor
lookButton.isHidden = false
editButton.isHidden = true
......
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