This commit is contained in:
duanxiaohai 2024-11-04 16:40:40 +08:00
parent 9cc25dc575
commit 7d38005c65
4 changed files with 525 additions and 372 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -153,13 +153,13 @@ watch(
() => props.tableData, () => props.tableData,
(newVal, oldVal) => { (newVal, oldVal) => {
data.tableData = props.tableData; data.tableData = props.tableData;
data.tableData = data.tableData.map(item => { // data.tableData = data.tableData.map(item => {
if (item.sendTime) { // if (item.sendTime) {
const [date, time] = item.sendTime.split('T'); // // const [date, time] = item.sendTime.split('T'); //
item.sendTime = `${date} ${time.slice(0, 5)}`; // // item.sendTime = `${date} ${time.slice(0, 5)}`; //
} // }
return item; // return item;
}); // });
console.log(555, props.tableData); console.log(555, props.tableData);
} }
); );

File diff suppressed because it is too large Load Diff

View File

@ -451,12 +451,12 @@ const push = reactive({
width: "90", width: "90",
}, },
{ {
label: "应用", label: "姓名",
property: "app", property: "xm",
}, },
{ {
label: "事项", label: "事项",
property: "content", property: "item",
}, },
{ {
label: "接收人", label: "接收人",