|
@@ -481,17 +481,18 @@ function monthStatusStyle(row, month) {
|
|
verticalAlign: "middle",
|
|
verticalAlign: "middle",
|
|
width: "14px",
|
|
width: "14px",
|
|
height: "14px",
|
|
height: "14px",
|
|
- }
|
|
|
|
|
|
+ };
|
|
}
|
|
}
|
|
|
|
+}
|
|
|
|
|
|
- function getStatusColor(status) {
|
|
|
|
- const index = selectStatus.value.findIndex((v) => v.value === status);
|
|
|
|
- return index >= 0 ? selectStatus.value[index].color : "#fff";
|
|
|
|
- }
|
|
|
|
|
|
+function getStatusColor(status) {
|
|
|
|
+ const index = selectStatus.value.findIndex((v) => v.value === status);
|
|
|
|
+ return index >= 0 ? selectStatus.value[index].color : "#fff";
|
|
|
|
+}
|
|
|
|
|
|
- function clearStatus() {
|
|
|
|
- queryParams.value.status = null;
|
|
|
|
- }
|
|
|
|
|
|
+function clearStatus() {
|
|
|
|
+ queryParams.value.status = null;
|
|
|
|
+}
|
|
|
|
|
|
- getList();
|
|
|
|
|
|
+getList();
|
|
</script>
|
|
</script>
|