Compare commits
No commits in common. "2a83e629a8a8f304a602098c9dc56ebebd918347" and "12d6f70cb260f35be82a3b3522f4bb496eca84d2" have entirely different histories.
2a83e629a8
...
12d6f70cb2
@ -493,7 +493,6 @@ const onPrint = () => {
|
||||
background: initial;
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
}
|
||||
table {
|
||||
width: 100%; /* 让表格宽度100%占满其父元素宽度 */
|
||||
@ -507,10 +506,6 @@ table {
|
||||
padding: 5px 0;
|
||||
border: 1px solid #333;
|
||||
}
|
||||
td {
|
||||
-webkit-print-color-adjust: exact;
|
||||
print-color-adjust: exact;
|
||||
}
|
||||
}
|
||||
}
|
||||
.xh {
|
||||
@ -902,9 +897,8 @@ const open = async (id?: number) => {
|
||||
formDataprocess.value.tablename[0].layingoff + ',' + taskitem.sort
|
||||
}
|
||||
if(taskitem.owner){
|
||||
const initialUser = await UserApi.getUser(taskitem.owner)
|
||||
|
||||
if (!formDataprocess.value.tablename[6].layingoff) {
|
||||
const initialUser = await UserApi.getUser(taskitem.owner)
|
||||
if (!formDataprocess.value.tablename[6].layingoff) {
|
||||
formDataprocess.value.tablename[6].layingoff = initialUser.nickname
|
||||
} else if (
|
||||
formDataprocess.value.tablename[6].layingoff &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user