修改样式
This commit is contained in:
parent
b46e311044
commit
53a890c979
|
@ -10,7 +10,9 @@
|
|||
<div>
|
||||
<div class="jtkcTitleClass"></div>
|
||||
<div style="width:100%;white-space:normal; word-break:break-all;overflow:hidden;padding: 15px;font-weight: 600;font-size: 16px;color: #a50a0a; height: 70px;">
|
||||
<span>{{ item.kcmc }}</span>
|
||||
<a-badge :dot="item.dbtxType!=null" title="您有代办事项请及时处理">
|
||||
<span>{{ item.kcmc }}</span>
|
||||
</a-badge>
|
||||
</div>
|
||||
</div>
|
||||
<a-divider style="margin: 0px;color: #eef1f2;" />
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
* 发布
|
||||
*/
|
||||
function handleFabu(record) {
|
||||
defHttp.post({ url: '/zyTlq/zyTlq/edit', params: { id: record.id,sffb: "1" } }).then(res => {
|
||||
defHttp.post({ url: '/zyTlq/zyTlq/editFbtl', params: { id: record.id,sffb: "1" } }).then(res => {
|
||||
handleSuccess();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue